|
|
|
|
@ -21,7 +21,7 @@ require ( |
|
|
|
|
github.com/envoyproxy/go-control-plane/envoy v1.32.4 |
|
|
|
|
github.com/envoyproxy/protoc-gen-validate v1.2.1 |
|
|
|
|
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb |
|
|
|
|
github.com/fsnotify/fsnotify v1.8.0 |
|
|
|
|
github.com/fsnotify/fsnotify v1.9.0 |
|
|
|
|
github.com/go-openapi/strfmt v0.23.0 |
|
|
|
|
github.com/go-zookeeper/zk v1.0.4 |
|
|
|
|
github.com/gogo/protobuf v1.3.2 |
|
|
|
|
@ -246,6 +246,3 @@ exclude ( |
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.7 |
|
|
|
|
google.golang.org/api v0.30.0 |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
// Pin until https://github.com/fsnotify/fsnotify/issues/656 is resolved. |
|
|
|
|
replace github.com/fsnotify/fsnotify v1.8.0 => github.com/fsnotify/fsnotify v1.7.0 |
|
|
|
|
|