forked from GoogleCloudPlatform/compute-image-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 791 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/GoogleCloudPlatform/compute-image-tools/daisy
go 1.13
require (
cloud.google.com/go v0.55.0
cloud.google.com/go/logging v1.0.0
cloud.google.com/go/storage v1.6.0
github.com/davecgh/go-spew v1.1.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.5
github.com/google/uuid v1.1.1
github.com/kylelemons/godebug v1.1.0
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.3 // indirect
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200318110522-7735f76e9fa5
google.golang.org/grpc v1.28.0
)