forked from GoogleCloudPlatform/testgrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 647 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/GoogleCloudPlatform/testgrid
require (
cloud.google.com/go/storage v1.10.1-0.20200805182106-fcd132957b02
github.com/client9/misspell v0.3.4
github.com/fvbommel/sortorder v1.0.1
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.1
github.com/google/uuid v1.1.1
github.com/hashicorp/go-multierror v1.0.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20200804151602-45615f50871c
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.2.4 // indirect
sigs.k8s.io/yaml v1.1.0
)
go 1.14