Skip to content

Commit 4ee054c

Browse files
Bump the gomod group across 1 directory with 9 updates
Bumps the gomod group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.20.0` | `1.21.0` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.54.0` | `0.55.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.27.3` | `2.27.5` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.3` | `1.39.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.22.4` | `0.23.0` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.20.0...sdk/azcore/v1.21.0) Updates `github.com/gruntwork-io/terratest` from 0.54.0 to 0.55.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.54.0...v0.55.0) Updates `github.com/onsi/ginkgo/v2` from 2.27.3 to 2.27.5 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.27.3...v2.27.5) Updates `github.com/onsi/gomega` from 1.38.3 to 1.39.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.3...v1.39.0) Updates `golang.org/x/net` from 0.48.0 to 0.49.0 - [Commits](golang/net@v0.48.0...v0.49.0) Updates `k8s.io/api` from 0.34.3 to 0.35.0 - [Commits](kubernetes/api@v0.34.3...v0.35.0) Updates `k8s.io/apimachinery` from 0.34.3 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.34.3...v0.35.0) Updates `k8s.io/client-go` from 0.34.3 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.3...v0.35.0) Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.0 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.22.4...v0.23.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de09f5 commit 4ee054c

File tree

2 files changed

+56
-67
lines changed

2 files changed

+56
-67
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/actions/actions-runner-controller
33
go 1.25.1
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
6+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
88
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
99
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
@@ -16,27 +16,27 @@ require (
1616
github.com/google/uuid v1.6.0
1717
github.com/gorilla/mux v1.8.1
1818
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
19-
github.com/gruntwork-io/terratest v0.54.0
19+
github.com/gruntwork-io/terratest v0.55.0
2020
github.com/hashicorp/go-retryablehttp v0.7.8
2121
github.com/kelseyhightower/envconfig v1.4.0
2222
github.com/onsi/ginkgo v1.16.5
23-
github.com/onsi/ginkgo/v2 v2.27.3
24-
github.com/onsi/gomega v1.38.3
23+
github.com/onsi/ginkgo/v2 v2.28.1
24+
github.com/onsi/gomega v1.39.0
2525
github.com/prometheus/client_golang v1.23.2
2626
github.com/stretchr/testify v1.11.1
2727
github.com/teambition/rrule-go v1.8.2
2828
go.uber.org/multierr v1.11.0
2929
go.uber.org/zap v1.27.1
30-
golang.org/x/net v0.48.0
30+
golang.org/x/net v0.49.0
3131
golang.org/x/oauth2 v0.34.0
3232
golang.org/x/sync v0.19.0
3333
gomodules.xyz/jsonpatch/v2 v2.5.0
3434
gopkg.in/yaml.v2 v2.4.0
35-
k8s.io/api v0.34.3
36-
k8s.io/apimachinery v0.34.3
37-
k8s.io/client-go v0.34.3
35+
k8s.io/api v0.35.0
36+
k8s.io/apimachinery v0.35.0
37+
k8s.io/client-go v0.35.0
3838
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
39-
sigs.k8s.io/controller-runtime v0.22.4
39+
sigs.k8s.io/controller-runtime v0.23.1
4040
sigs.k8s.io/yaml v1.6.0
4141
)
4242

@@ -111,7 +111,6 @@ require (
111111
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
112112
github.com/go-sql-driver/mysql v1.9.3 // indirect
113113
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
114-
github.com/gogo/protobuf v1.3.2 // indirect
115114
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
116115
github.com/gonvenience/bunt v1.4.2 // indirect
117116
github.com/gonvenience/idem v0.0.2 // indirect
@@ -123,7 +122,7 @@ require (
123122
github.com/google/gnostic-models v0.7.0 // indirect
124123
github.com/google/go-github/v75 v75.0.0 // indirect
125124
github.com/google/go-querystring v1.1.0 // indirect
126-
github.com/google/pprof v0.0.0-20251002213607-436353cc1ee6 // indirect
125+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
127126
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
128127
github.com/gruntwork-io/go-commons v0.17.2 // indirect
129128
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -165,24 +164,24 @@ require (
165164
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
166165
go.yaml.in/yaml/v2 v2.4.3 // indirect
167166
go.yaml.in/yaml/v3 v3.0.4 // indirect
168-
golang.org/x/crypto v0.46.0 // indirect
167+
golang.org/x/crypto v0.47.0 // indirect
169168
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
170-
golang.org/x/mod v0.30.0 // indirect
171-
golang.org/x/sys v0.39.0 // indirect
172-
golang.org/x/term v0.38.0 // indirect
173-
golang.org/x/text v0.32.0 // indirect
169+
golang.org/x/mod v0.32.0 // indirect
170+
golang.org/x/sys v0.40.0 // indirect
171+
golang.org/x/term v0.39.0 // indirect
172+
golang.org/x/text v0.33.0 // indirect
174173
golang.org/x/time v0.13.0 // indirect
175-
golang.org/x/tools v0.39.0 // indirect
174+
golang.org/x/tools v0.41.0 // indirect
176175
google.golang.org/protobuf v1.36.10 // indirect
177176
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
178177
gopkg.in/inf.v0 v0.9.1 // indirect
179178
gopkg.in/yaml.v3 v3.0.1 // indirect
180-
k8s.io/apiextensions-apiserver v0.34.1 // indirect
179+
k8s.io/apiextensions-apiserver v0.35.0 // indirect
181180
k8s.io/klog/v2 v2.130.1 // indirect
182181
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
183182
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
184183
sigs.k8s.io/randfill v1.0.0 // indirect
185-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
184+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
186185
)
187186

188187
replace github.com/gregjones/httpcache => github.com/actions-runner-controller/httpcache v0.2.0

0 commit comments

Comments
 (0)