-
- Downloads
go mod tidy
... | @@ -22,13 +22,12 @@ require ( | ... | @@ -22,13 +22,12 @@ require ( |
golang.org/x/net v0.19.0 | golang.org/x/net v0.19.0 | ||
golang.org/x/oauth2 v0.13.0 | golang.org/x/oauth2 v0.13.0 | ||
golang.org/x/sys v0.15.0 | golang.org/x/sys v0.15.0 | ||
google.golang.org/api v0.128.0 | google.golang.org/api v0.149.0 | ||
) | ) | ||
require google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect | |||
require ( | require ( | ||
cloud.google.com/go v0.110.10 // indirect | cloud.google.com/go/compute v1.23.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | |||
github.com/Microsoft/go-winio v0.6.1 // indirect | github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/bitly/go-simplejson v0.5.1 // indirect | github.com/bitly/go-simplejson v0.5.1 // indirect | ||
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect | github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect | ||
... | @@ -41,8 +40,10 @@ require ( | ... | @@ -41,8 +40,10 @@ require ( |
github.com/gogo/protobuf v1.3.2 // indirect | github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | |||
github.com/google/go-querystring v0.0.0-20140804062624-30f7a39f4a21 // indirect | github.com/google/go-querystring v0.0.0-20140804062624-30f7a39f4a21 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | |||
github.com/google/uuid v1.4.0 // indirect | |||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | |||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 // indirect | github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
... | @@ -60,11 +61,14 @@ require ( | ... | @@ -60,11 +61,14 @@ require ( |
golang.org/x/mod v0.8.0 // indirect | golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/term v0.15.0 | golang.org/x/term v0.15.0 | ||
golang.org/x/text v0.14.0 // indirect | golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | |||
golang.org/x/tools v0.6.0 // indirect | golang.org/x/tools v0.6.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect | google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect | |||
google.golang.org/grpc v1.60.1 // indirect | google.golang.org/grpc v1.60.1 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2 // indirect | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | gotest.tools/v3 v3.5.1 // indirect | ||
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect | launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment