diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-26 14:08:22 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-26 14:08:22 -0700 |
| commit | 37e964d4bd60a9dd792a9cc24f05eaa05d3766f2 (patch) | |
| tree | 3cab28e6fb5134050963fcf33167e701b76a6f26 /go.mod | |
| parent | 54cd5826535871dd5b887171b693df5fc497347e (diff) | |
| download | seaweedfs-37e964d4bd60a9dd792a9cc24f05eaa05d3766f2.tar.xz seaweedfs-37e964d4bd60a9dd792a9cc24f05eaa05d3766f2.zip | |
update gorilla mux
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -32,7 +32,7 @@ require ( github.com/golang/protobuf v1.4.2 github.com/google/btree v1.0.0 github.com/google/uuid v1.1.1 - github.com/gorilla/mux v1.7.3 + github.com/gorilla/mux v1.7.4 github.com/gorilla/websocket v1.4.1 // indirect github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect github.com/hashicorp/golang-lru v0.5.3 // indirect @@ -90,6 +90,4 @@ require ( gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect ) -replace ( - go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 -) +replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 |
