diff --git a/go.mod b/go.mod index 5e9ab7f6..a4af5fb7 100644 --- a/go.mod +++ b/go.mod @@ -14,16 +14,14 @@ require ( github.com/docker/go-units v0.4.0 // indirect github.com/dvyukov/go-fuzz v0.0.0-20190402070214-9cfa592d5792 github.com/fsnotify/fsnotify v1.4.7 - github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect - github.com/gin-gonic/gin v1.3.0 + github.com/gin-gonic/gin v1.7.0 github.com/gofrs/flock v0.7.0 github.com/gogo/protobuf v1.2.0 // indirect github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect - github.com/golang/protobuf v1.2.0 + github.com/golang/protobuf v1.3.3 github.com/gomodule/redigo v1.7.0 github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect github.com/grpc-ecosystem/grpc-gateway v1.6.4 // indirect - github.com/json-iterator/go v1.1.5 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mesos/mesos-go v0.0.8 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -40,14 +38,10 @@ require ( github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect github.com/urfave/cli v1.18.0 go.etcd.io/etcd v0.0.0-20190109224148-fae6e92407e0 - golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect - golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect google.golang.org/grpc v1.17.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect - gopkg.in/go-playground/validator.v8 v8.18.2 // indirect ) go 1.12