forked from GoogleCloudPlatform/guest-test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 718 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/GoogleCloudPlatform/guest-test-infra
go 1.13
require (
cloud.google.com/go/monitoring v0.1.0
cloud.google.com/go/storage v1.14.0
github.com/GoogleCloudPlatform/compute-image-tools/daisy v0.0.0-20210416002445-25d654193a83
github.com/golang/protobuf v1.5.2
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.1.2
github.com/jstemmer/go-junit-report v0.9.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
google.golang.org/api v0.54.0
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c
)