-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgo.mod
31 lines (28 loc) · 1.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module rsc.io/swtch
go 1.20
require (
cloud.google.com/go/storage v1.10.0
golang.org/x/mod v0.10.0
google.golang.org/appengine v1.6.6
google.golang.org/appengine/v2 v2.0.3
)
require (
cloud.google.com/go v0.57.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
go.opencensus.io v0.22.3 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/api v0.28.0 // indirect
google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790 // indirect
google.golang.org/grpc v1.29.1 // indirect
google.golang.org/protobuf v1.24.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)