Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
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.0
github.com/google/uuid v1.1.1
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/minio/minio-go/v6 v6.0.44
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/urfave/cli v1.22.2
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
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191216205247-b31c10ee225f
google.golang.org/grpc v1.26.0
golang.org/x/oauth2 v0.4.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.7
)
Expand Down
Loading