-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for compatibility with new gRPC target interface
- Loading branch information
1 parent
4bdf89a
commit d8a3bdc
Showing
4 changed files
with
1,110 additions
and
76 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
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
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,9 +1,10 @@ | ||
module github.com/sercand/kuberesolver/v3 | ||
module github.com/sercand/kuberesolver/v4 | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/fsnotify/fsnotify v1.5.4 | ||
github.com/prometheus/client_golang v1.7.1 | ||
google.golang.org/grpc v1.31.0 | ||
golang.org/x/sys v0.5.0 // indirect | ||
google.golang.org/grpc v1.53.0 | ||
) |
Oops, something went wrong.