-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb1327f
commit 4079955
Showing
2 changed files
with
439 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,33 @@ | ||
module github.com/vimeo/leaderelection | ||
|
||
go 1.14 | ||
go 1.18 | ||
|
||
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 | ||
cloud.google.com/go/storage v1.23.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/vimeo/go-clocks v1.1.1 | ||
github.com/vimeo/go-retry v1.3.1 | ||
google.golang.org/api v0.86.0 | ||
google.golang.org/grpc v1.47.0 | ||
google.golang.org/protobuf v1.28.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.102.1 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/googleapis/go-type-adapters v1.0.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect | ||
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect | ||
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect | ||
) |
Oops, something went wrong.