@@ -3,48 +3,48 @@ module github.com/actions/actions-runner-controller
3
3
go 1.24.3
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17 .0
7
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8 .1
8
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3 .0
9
- github.com/bradleyfalzon/ghinstallation/v2 v2.14 .0
6
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18 .0
7
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10 .1
8
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4 .0
9
+ github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0
10
10
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
11
11
github.com/evanphx/json-patch v5.9.11+incompatible
12
- github.com/go-logr/logr v1.4.2
12
+ github.com/go-logr/logr v1.4.3
13
13
github.com/golang-jwt/jwt/v4 v4.5.2
14
14
github.com/google/go-cmp v0.7.0
15
15
github.com/google/go-github/v52 v52.0.0
16
16
github.com/google/uuid v1.6.0
17
17
github.com/gorilla/mux v1.8.1
18
18
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
19
- github.com/gruntwork-io/terratest v0.48.2
20
- github.com/hashicorp/go-retryablehttp v0.7.7
19
+ github.com/gruntwork-io/terratest v0.50.0
20
+ github.com/hashicorp/go-retryablehttp v0.7.8
21
21
github.com/kelseyhightower/envconfig v1.4.0
22
22
github.com/onsi/ginkgo v1.16.5
23
- github.com/onsi/ginkgo/v2 v2.23.3
24
- github.com/onsi/gomega v1.36.3
25
- github.com/prometheus/client_golang v1.21.1
23
+ github.com/onsi/ginkgo/v2 v2.23.4
24
+ github.com/onsi/gomega v1.37.0
25
+ github.com/prometheus/client_golang v1.22.0
26
26
github.com/stretchr/testify v1.10.0
27
27
github.com/teambition/rrule-go v1.8.2
28
28
go.uber.org/multierr v1.11.0
29
29
go.uber.org/zap v1.27.0
30
- golang.org/x/net v0.38 .0
31
- golang.org/x/oauth2 v0.28 .0
32
- golang.org/x/sync v0.12 .0
30
+ golang.org/x/net v0.41 .0
31
+ golang.org/x/oauth2 v0.30 .0
32
+ golang.org/x/sync v0.15 .0
33
33
gomodules.xyz/jsonpatch/v2 v2.5.0
34
34
gopkg.in/yaml.v2 v2.4.0
35
- k8s.io/api v0.32.3
36
- k8s.io/apimachinery v0.32.3
37
- k8s.io/client-go v0.32.3
35
+ k8s.io/api v0.33.2
36
+ k8s.io/apimachinery v0.33.2
37
+ k8s.io/client-go v0.33.2
38
38
k8s.io/utils v0.0.0-20241210054802-24370beab758
39
- sigs.k8s.io/controller-runtime v0.20.4
40
- sigs.k8s.io/yaml v1.4 .0
39
+ sigs.k8s.io/controller-runtime v0.21.0
40
+ sigs.k8s.io/yaml v1.5 .0
41
41
)
42
42
43
43
require (
44
44
filippo.io/edwards25519 v1.1.0 // indirect
45
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
46
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1 .0 // indirect
47
- github.com/AzureAD/microsoft-authentication-library-for-go v1.3 .2 // indirect
45
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
46
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2 .0 // indirect
47
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4 .2 // indirect
48
48
github.com/BurntSushi/toml v1.4.0 // indirect
49
49
github.com/ProtonMail/go-crypto v1.1.6 // indirect
50
50
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
@@ -84,6 +84,7 @@ require (
84
84
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
85
85
github.com/aws/smithy-go v1.22.3 // indirect
86
86
github.com/beorn7/perks v1.0.1 // indirect
87
+ github.com/blang/semver/v4 v4.0.0 // indirect
87
88
github.com/boombuler/barcode v1.0.2 // indirect
88
89
github.com/cespare/xxhash/v2 v2.3.0 // indirect
89
90
github.com/cloudflare/circl v1.6.1 // indirect
@@ -92,7 +93,6 @@ require (
92
93
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
93
94
github.com/fsnotify/fsnotify v1.8.0 // indirect
94
95
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
95
- github.com/ghodss/yaml v1.0.0 // indirect
96
96
github.com/go-errors/errors v1.5.1 // indirect
97
97
github.com/go-logr/zapr v1.3.0 // indirect
98
98
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -102,7 +102,6 @@ require (
102
102
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
103
103
github.com/gogo/protobuf v1.3.2 // indirect
104
104
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
105
- github.com/golang/protobuf v1.5.4 // indirect
106
105
github.com/gonvenience/bunt v1.4.0 // indirect
107
106
github.com/gonvenience/idem v0.0.1 // indirect
108
107
github.com/gonvenience/neat v1.3.15 // indirect
@@ -111,11 +110,10 @@ require (
111
110
github.com/gonvenience/ytbx v1.4.6 // indirect
112
111
github.com/google/btree v1.1.3 // indirect
113
112
github.com/google/gnostic-models v0.6.9 // indirect
114
- github.com/google/go-github/v69 v69.2 .0 // indirect
113
+ github.com/google/go-github/v72 v72.0 .0 // indirect
115
114
github.com/google/go-querystring v1.1.0 // indirect
116
- github.com/google/gofuzz v1.2.0 // indirect
117
- github.com/google/pprof v0.0.0-20250302191652-9094ed2288e7 // indirect
118
- github.com/gorilla/websocket v1.5.3 // indirect
115
+ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
116
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
119
117
github.com/gruntwork-io/go-commons v0.17.2 // indirect
120
118
github.com/hashicorp/errwrap v1.1.0 // indirect
121
119
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -127,7 +125,6 @@ require (
127
125
github.com/jackc/puddle/v2 v2.2.2 // indirect
128
126
github.com/josharian/intern v1.0.0 // indirect
129
127
github.com/json-iterator/go v1.1.12 // indirect
130
- github.com/klauspost/compress v1.18.0 // indirect
131
128
github.com/kylelemons/godebug v1.1.0 // indirect
132
129
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
133
130
github.com/mailru/easyjson v0.9.0 // indirect
@@ -158,20 +155,22 @@ require (
158
155
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
159
156
github.com/x448/float16 v0.8.4 // indirect
160
157
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
161
- golang.org/x/crypto v0.36.0 // indirect
158
+ go.uber.org/automaxprocs v1.6.0 // indirect
159
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
160
+ golang.org/x/crypto v0.39.0 // indirect
162
161
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
163
- golang.org/x/sys v0.31 .0 // indirect
164
- golang.org/x/term v0.30 .0 // indirect
165
- golang.org/x/text v0.23 .0 // indirect
162
+ golang.org/x/sys v0.33 .0 // indirect
163
+ golang.org/x/term v0.32 .0 // indirect
164
+ golang.org/x/text v0.26 .0 // indirect
166
165
golang.org/x/time v0.11.0 // indirect
167
- golang.org/x/tools v0.31 .0 // indirect
166
+ golang.org/x/tools v0.33 .0 // indirect
168
167
google.golang.org/protobuf v1.36.5 // indirect
169
168
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
170
169
gopkg.in/inf.v0 v0.9.1 // indirect
171
170
gopkg.in/yaml.v3 v3.0.1 // indirect
172
- k8s.io/apiextensions-apiserver v0.32.2 // indirect
171
+ k8s.io/apiextensions-apiserver v0.33.0 // indirect
173
172
k8s.io/klog/v2 v2.130.1 // indirect
174
- k8s.io/kube-openapi v0.0.0-20250304201544-e5f78fe3ede9 // indirect
173
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
175
174
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
176
175
sigs.k8s.io/randfill v1.0.0 // indirect
177
176
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
0 commit comments