fix: remove gorilla/rpc/ deps fully after our fork (#11108)

This commit is contained in:
Harshavardhana
2020-12-15 11:18:06 -08:00
committed by GitHub
parent 3456b03b12
commit 5df61ab96b
3 changed files with 6 additions and 7 deletions

3
go.mod
View File

@@ -30,9 +30,8 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v1.8.3
github.com/google/uuid v1.1.2
github.com/gorilla/handlers v1.4.2
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
github.com/hashicorp/vault/api v1.0.4
github.com/json-iterator/go v1.1.10
github.com/klauspost/compress v1.11.3