We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8adaf commit d7094deCopy full SHA for d7094de
go.mod
@@ -1,12 +1,12 @@
1
module github.com/gmlewis/go-httpdebug
2
3
-go 1.18
+go 1.22.0
4
5
-require golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
+require golang.org/x/oauth2 v0.17.0
6
7
require (
8
- github.com/golang/protobuf v1.4.2 // indirect
9
- golang.org/x/net v0.17.0 // indirect
10
- google.golang.org/appengine v1.6.6 // indirect
11
- google.golang.org/protobuf v1.25.0 // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
+ golang.org/x/net v0.21.0 // indirect
+ google.golang.org/appengine v1.6.7 // indirect
+ google.golang.org/protobuf v1.31.0 // indirect
12
)
0 commit comments