Skip to content

Commit 8c9bfb5

Browse files
Bump golang.org/x/oauth2 (#15)
Bumps the go_modules group with 1 update in the /kubernetes-deploy directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.0.0-20211104180415-d3ed0bb246c8 to 0.27.0 - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c751054 commit 8c9bfb5

File tree

2 files changed

+23
-37
lines changed

2 files changed

+23
-37
lines changed

kubernetes-deploy/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
module github.com/wardviaene/golang-for-devops-course/kubernetes-deploy
22

3-
go 1.18
3+
go 1.23.0
44

55
replace github.com/golang/mock => github.com/golang/mock v1.4.4
66

7+
require (
8+
k8s.io/api v0.24.1
9+
k8s.io/apimachinery v0.24.1
10+
k8s.io/client-go v0.24.1
11+
)
12+
713
require (
814
github.com/PuerkitoBio/purell v1.1.1 // indirect
915
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -14,10 +20,8 @@ require (
1420
github.com/go-openapi/jsonreference v0.19.5 // indirect
1521
github.com/go-openapi/swag v0.19.14 // indirect
1622
github.com/gogo/protobuf v1.3.2 // indirect
17-
github.com/golang/mock v1.5.0 // indirect
1823
github.com/golang/protobuf v1.5.2 // indirect
1924
github.com/google/gnostic v0.5.7-v3refs // indirect
20-
github.com/google/go-cmp v0.5.5 // indirect
2125
github.com/google/gofuzz v1.1.0 // indirect
2226
github.com/imdario/mergo v0.3.5 // indirect
2327
github.com/josharian/intern v1.0.0 // indirect
@@ -28,19 +32,15 @@ require (
2832
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2933
github.com/spf13/pflag v1.0.5 // indirect
3034
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
31-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
35+
golang.org/x/oauth2 v0.27.0 // indirect
3236
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
3337
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
3438
golang.org/x/text v0.3.7 // indirect
3539
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
36-
google.golang.org/appengine v1.6.7 // indirect
3740
google.golang.org/protobuf v1.27.1 // indirect
3841
gopkg.in/inf.v0 v0.9.1 // indirect
3942
gopkg.in/yaml.v2 v2.4.0 // indirect
4043
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
41-
k8s.io/api v0.24.1 // indirect
42-
k8s.io/apimachinery v0.24.1 // indirect
43-
k8s.io/client-go v0.24.1 // indirect
4444
k8s.io/klog/v2 v2.60.1 // indirect
4545
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
4646
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect

0 commit comments

Comments
 (0)