-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 626 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/GoogleCloudPlatform/declarative-resource-client-library
go 1.16
require (
bitbucket.org/creachadair/stringset v0.0.8
cloud.google.com/go v0.61.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.5.8
github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932 // indirect
github.com/kylelemons/godebug v1.1.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.29.0
google.golang.org/grpc v1.32.0 // indirect
)