-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
34 lines (31 loc) · 1.3 KB
/
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
27
28
29
30
31
32
33
34
module github.com/vimeo/leaderelection
go 1.17
require (
cloud.google.com/go/storage v1.6.0
github.com/golang/protobuf v1.4.1
github.com/vimeo/go-clocks v1.0.0
github.com/vimeo/go-retry v1.1.0
google.golang.org/api v0.18.0
google.golang.org/grpc v1.27.1
google.golang.org/protobuf v1.25.0
)
require (
cloud.google.com/go v0.53.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
go.opencensus.io v0.22.3 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200224181240-023911ca70b2 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)