File tree Expand file tree Collapse file tree 2 files changed +21
-353
lines changed Expand file tree Collapse file tree 2 files changed +21
-353
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ go 1.18
55require (
66 github.com/golang/mock v1.6.0
77 github.com/stretchr/testify v1.8.1
8- golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
8+ golang.org/x/oauth2 v0.5.0
99)
1010
1111require (
1212 github.com/davecgh/go-spew v1.1.1 // indirect
13- github.com/golang/protobuf v1.4 .2 // indirect
13+ github.com/golang/protobuf v1.5 .2 // indirect
1414 github.com/pmezard/go-difflib v1.0.0 // indirect
15- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
16- google.golang.org/appengine v1.6.6 // indirect
17- google.golang.org/protobuf v1.25.0 // indirect
15+ golang.org/x/net v0.7.0 // indirect
16+ google.golang.org/appengine v1.6.7 // indirect
17+ google.golang.org/protobuf v1.28.1 // indirect
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
You can’t perform that action at this time.
0 commit comments