update gorilla deps for query parsing performance improvements (#9929)

This commit is contained in:
Harshavardhana
2020-06-28 11:37:56 -07:00
committed by GitHub
parent 4bba2cd034
commit 3b813148b3
2 changed files with 8 additions and 14 deletions

4
go.mod
View File

@@ -42,8 +42,8 @@ require (
github.com/google/btree v1.0.0 // indirect
github.com/google/uuid v1.1.1
github.com/gopherjs/gopherjs v0.0.0-20190328170749-bb2674552d8f // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect