Skip to content

Commit f7fe3e8

Browse files
authored
Merge pull request #147 from jsturtevant/update-deps-1.30
Update golang and k8s deps
2 parents f4d9b49 + 40061bb commit f7fe3e8

File tree

4 files changed

+93
-110
lines changed

4 files changed

+93
-110
lines changed

.github/workflows/build.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: '1.21'
19+
go-version: '1.22'
2020
- id: test-runner
2121
uses: ./.github/actions/tests
2222
env:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: '1.21'
31+
go-version: '1.22'
3232
- id: test-runner
3333
uses: ./.github/actions/tests
3434
env:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Go
4141
uses: actions/setup-go@v2
4242
with:
43-
go-version: '1.21'
43+
go-version: '1.22'
4444
- id: test-runner
4545
uses: ./.github/actions/tests
4646
env:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v2
5555
with:
56-
go-version: '1.21'
56+
go-version: '1.22'
5757
- id: test-runner
5858
uses: ./.github/actions/tests
5959
env:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Go
6868
uses: actions/setup-go@v2
6969
with:
70-
go-version: '1.21'
70+
go-version: '1.22'
7171
- id: test-runner
7272
uses: ./.github/actions/tests
7373
env:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Go
8080
uses: actions/setup-go@v2
8181
with:
82-
go-version: '1.21'
82+
go-version: '1.22'
8383
- id: test-runner
8484
uses: ./.github/actions/tests
8585
env:
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Go
9393
uses: actions/setup-go@v2
9494
with:
95-
go-version: '1.21'
95+
go-version: '1.22'
9696
- id: test-runner
9797
uses: ./.github/actions/tests
9898
env:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Go
108108
uses: actions/setup-go@v2
109109
with:
110-
go-version: '1.21'
110+
go-version: '1.22'
111111
- id: test-runner
112112
uses: ./.github/actions/tests
113113
env:
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Go
121121
uses: actions/setup-go@v2
122122
with:
123-
go-version: '1.21'
123+
go-version: '1.22'
124124
- id: test-runner
125125
uses: ./.github/actions/tests
126126
env:

admission-webhook/go.mod

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
module github.com/kubernetes-sigs/windows-gmsa/admission-webhook
22

3-
go 1.21
3+
go 1.22.0
4+
5+
toolchain go1.22.2
46

57
require (
68
github.com/fsnotify/fsnotify v1.7.0
79
github.com/mitchellh/go-homedir v1.1.0
810
github.com/sirupsen/logrus v1.9.3
9-
github.com/stretchr/testify v1.8.4
11+
github.com/stretchr/testify v1.9.0
1012
gotest.tools v2.2.0+incompatible
11-
k8s.io/api v0.29.0
12-
k8s.io/apimachinery v0.29.0
13-
k8s.io/apiserver v0.29.0
14-
k8s.io/client-go v0.29.0
13+
k8s.io/api v0.30.0
14+
k8s.io/apimachinery v0.30.0
15+
k8s.io/apiserver v0.30.0
16+
k8s.io/client-go v0.30.0
1517
)
1618

1719
require (
1820
github.com/davecgh/go-spew v1.1.1 // indirect
19-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
20-
github.com/go-logr/logr v1.3.0 // indirect
21-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
22-
github.com/go-openapi/jsonreference v0.20.2 // indirect
23-
github.com/go-openapi/swag v0.22.4 // indirect
21+
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
22+
github.com/go-logr/logr v1.4.1 // indirect
23+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
24+
github.com/go-openapi/jsonreference v0.21.0 // indirect
25+
github.com/go-openapi/swag v0.23.0 // indirect
2426
github.com/gogo/protobuf v1.3.2 // indirect
25-
github.com/golang/protobuf v1.5.3 // indirect
27+
github.com/golang/protobuf v1.5.4 // indirect
2628
github.com/google/gnostic-models v0.6.8 // indirect
2729
github.com/google/gofuzz v1.2.0 // indirect
28-
github.com/google/uuid v1.5.0 // indirect
29-
github.com/imdario/mergo v0.3.13 // indirect
30+
github.com/google/uuid v1.6.0 // indirect
31+
github.com/imdario/mergo v0.3.16 // indirect
3032
github.com/josharian/intern v1.0.0 // indirect
3133
github.com/json-iterator/go v1.1.12 // indirect
3234
github.com/mailru/easyjson v0.7.7 // indirect
@@ -35,20 +37,19 @@ require (
3537
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3638
github.com/pmezard/go-difflib v1.0.0 // indirect
3739
github.com/spf13/pflag v1.0.5 // indirect
38-
golang.org/x/net v0.19.0 // indirect
39-
golang.org/x/oauth2 v0.15.0 // indirect
40-
golang.org/x/sys v0.15.0 // indirect
41-
golang.org/x/term v0.15.0 // indirect
40+
golang.org/x/net v0.24.0 // indirect
41+
golang.org/x/oauth2 v0.19.0 // indirect
42+
golang.org/x/sys v0.19.0 // indirect
43+
golang.org/x/term v0.19.0 // indirect
4244
golang.org/x/text v0.14.0 // indirect
4345
golang.org/x/time v0.5.0 // indirect
44-
google.golang.org/appengine v1.6.8 // indirect
45-
google.golang.org/protobuf v1.33.0 // indirect
46+
google.golang.org/protobuf v1.34.0 // indirect
4647
gopkg.in/inf.v0 v0.9.1 // indirect
4748
gopkg.in/yaml.v2 v2.4.0 // indirect
4849
gopkg.in/yaml.v3 v3.0.1 // indirect
49-
k8s.io/klog/v2 v2.110.1 // indirect
50-
k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8 // indirect
51-
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
50+
k8s.io/klog/v2 v2.120.1 // indirect
51+
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
52+
k8s.io/utils v0.0.0-20240423183400-0849a56e8f22 // indirect
5253
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
5354
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
5455
sigs.k8s.io/yaml v1.4.0 // indirect
@@ -58,12 +59,12 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
5859

5960
replace golang.org/x/text => golang.org/x/text v0.14.0
6061

61-
replace golang.org/x/term => golang.org/x/term v0.15.0
62+
replace golang.org/x/term => golang.org/x/term v0.19.0
6263

6364
replace golang.org/x/time => golang.org/x/time v0.5.0
6465

65-
replace golang.org/x/sys => golang.org/x/sys v0.15.0
66+
replace golang.org/x/sys => golang.org/x/sys v0.19.0
6667

67-
replace golang.org/x/oauth2 => golang.org/x/oauth2 v0.15.0
68+
replace golang.org/x/oauth2 => golang.org/x/oauth2 v0.19.0
6869

69-
replace golang.org/x/net => golang.org/x/net v0.19.0
70+
replace golang.org/x/net => golang.org/x/net v0.24.0

0 commit comments

Comments
 (0)