mirror of
https://github.com/minio/minio.git
synced 2025-12-03 22:33:02 -05:00
fix: remove gorilla/rpc/ deps fully after our fork (#11108)
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user