diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,7 +39,7 @@ require ( github.com/spf13/pflag v1.0.3 // indirect github.com/tinylib/msgp v1.1.0 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect - go.etcd.io/etcd v0.0.0-20190823073701-67d0c21bb04c + go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect golang.org/x/sys v0.0.0-20191003212358-c178f38b412c @@ -59,5 +59,4 @@ require ( replace ( github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.22 - golang.org/x/net v0.0.0-20190813000000-74dc4d7220e7 => golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 ) |