forked from buchgr/bazel-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 958 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
23
24
25
26
module github.com/buchgr/bazel-remote
require (
cloud.google.com/go v0.50.0 // indirect
github.com/abbot/go-http-auth v0.4.0
github.com/bazelbuild/remote-apis v0.0.0-20191119143007-b5123b1bb285
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/djherbis/atime v1.0.0
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
github.com/minio/minio-go/v6 v6.0.44
github.com/prometheus/client_golang v1.3.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/urfave/cli/v2 v2.1.1
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191216205247-b31c10ee225f
google.golang.org/grpc v1.26.0
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.7
)
go 1.13