From b7fffb32280aadeed7bdc324cb7714fad830ef24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:35:01 +0000 Subject: [PATCH] chore(deps): bump github.com/actions/scaleset Bumps the routine-go group in /controller with 1 update: [github.com/actions/scaleset](https://github.com/actions/scaleset). Updates `github.com/actions/scaleset` from 0.0.0-20260706130337-9b2803251ede to 0.4.0 - [Release notes](https://github.com/actions/scaleset/releases) - [Commits](https://github.com/actions/scaleset/commits/v0.4.0) --- updated-dependencies: - dependency-name: github.com/actions/scaleset dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: routine-go ... Signed-off-by: dependabot[bot] --- controller/go.mod | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/controller/go.mod b/controller/go.mod index 387830b..9e0e8af 100644 --- a/controller/go.mod +++ b/controller/go.mod @@ -3,7 +3,42 @@ module github.com/RandomDevelopment/ci-fleet/controller go 1.26.3 require ( - github.com/actions/scaleset v0.0.0-20260706130337-9b2803251ede + github.com/actions/scaleset v0.4.0 github.com/docker/docker v28.5.2+incompatible github.com/google/uuid v1.6.0 ) + +require ( + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect + github.com/cenkalti/backoff/v4 v4.3.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect + github.com/containerd/errdefs v1.0.0 // indirect + github.com/containerd/errdefs/pkg v0.3.0 // indirect + github.com/distribution/reference v0.6.0 // indirect + github.com/docker/go-connections v0.6.0 // indirect + github.com/docker/go-units v0.5.0 // indirect + github.com/felixge/httpsnoop v1.0.4 // indirect + github.com/go-logr/logr v1.4.4 // indirect + github.com/go-logr/stdr v1.2.2 // indirect + github.com/golang-jwt/jwt/v4 v4.5.2 // indirect + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect + github.com/hashicorp/go-retryablehttp v0.7.8 // indirect + github.com/moby/docker-image-spec v1.3.1 // indirect + github.com/moby/sys/sequential v0.7.0 // indirect + github.com/opencontainers/go-digest v1.0.0 // indirect + github.com/opencontainers/image-spec v1.1.1 // indirect + github.com/pkg/errors v0.9.1 // indirect + go.opentelemetry.io/auto/sdk v1.2.1 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect + go.opentelemetry.io/otel v1.45.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.45.0 // indirect + go.opentelemetry.io/otel/metric v1.45.0 // indirect + go.opentelemetry.io/otel/sdk v1.45.0 // indirect + go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect + go.opentelemetry.io/otel/trace v1.45.0 // indirect + go.opentelemetry.io/proto/otlp v1.11.0 // indirect + golang.org/x/net v0.57.0 // indirect + golang.org/x/sys v0.47.0 // indirect + google.golang.org/protobuf v1.36.11 // indirect +)