Skip to content

Commit c3346d0

Browse files
authored
Merge pull request #71 from Piszmog/dependabot/go_modules/golang.org/x/oauth2-0.17.0
Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0
2 parents 99a842d + b1155dd commit c3346d0

File tree

2 files changed

+17
-1550
lines changed

2 files changed

+17
-1550
lines changed

go.mod

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ go 1.20
55
require (
66
github.com/Piszmog/cfservices v1.5.0
77
github.com/stretchr/testify v1.8.4
8-
golang.org/x/oauth2 v0.16.0
8+
golang.org/x/oauth2 v0.17.0
99
gopkg.in/yaml.v3 v3.0.1
1010
)
11+
12+
require (
13+
github.com/davecgh/go-spew v1.1.1 // indirect
14+
github.com/golang/protobuf v1.5.3 // indirect
15+
github.com/pmezard/go-difflib v1.0.0 // indirect
16+
golang.org/x/net v0.21.0 // indirect
17+
google.golang.org/appengine v1.6.7 // indirect
18+
google.golang.org/protobuf v1.31.0 // indirect
19+
)

0 commit comments

Comments
 (0)