Skip to content

Commit 6a8ba26

Browse files
authored
Merge pull request #22 from hyperspike/dependabot/go_modules/golang.org/x/oauth2-0.27.0
Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0
2 parents e5cc207 + eddf1c2 commit 6a8ba26

File tree

2 files changed

+4
-1243
lines changed

2 files changed

+4
-1243
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module hyperspike.io/hyperctl
22

3-
go 1.17
3+
go 1.23.0
44

55
require (
66
github.com/andy2046/rund v0.1.0
@@ -40,12 +40,11 @@ require (
4040
github.com/opencontainers/image-spec v1.0.2 // indirect
4141
github.com/spf13/pflag v1.0.5 // indirect
4242
golang.org/x/net v0.38.0 // indirect
43-
golang.org/x/oauth2 v0.7.0 // indirect
43+
golang.org/x/oauth2 v0.27.0 // indirect
4444
golang.org/x/sys v0.31.0 // indirect
4545
golang.org/x/term v0.30.0 // indirect
4646
golang.org/x/text v0.23.0 // indirect
4747
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
48-
google.golang.org/appengine v1.6.7 // indirect
4948
google.golang.org/grpc v1.56.3 // indirect
5049
google.golang.org/protobuf v1.33.0 // indirect
5150
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)