-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.25 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
32
module github.com/m-lab/gcp-config
go 1.20
require (
github.com/go-test/deep v1.0.6
github.com/google/go-github/v35 v35.2.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/m-lab/go v0.1.66
github.com/stephen-soltesz/pretty v0.0.0-20181228034758-e18cda1ae6b8
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
google.golang.org/api v0.46.0
gopkg.in/m-lab/pipe.v3 v3.0.0-20180108231244-604e84f43ee0
)
require (
cloud.google.com/go v0.81.0 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210517163617-5e0236093d7a // indirect
google.golang.org/grpc v1.37.1 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)