mirror of
https://github.com/minio/minio.git
synced 2025-12-04 14:37:18 -05:00
Fix redigo dep to latest unretracted version (#14043)
To avoid error message like: ``` go: warning: github.com/gomodule/redigo@v2.0.0+incompatible: retracted by module author: Old development version not maintained or published. go: to switch to the latest unretracted version, run: go get github.com/gomodule/redigo@latest ```
This commit is contained in:
committed by
GitHub
parent
1981fe2072
commit
2d31d92271
4
go.mod
4
go.mod
@@ -30,7 +30,7 @@ require (
|
||||
github.com/go-openapi/loads v0.20.2
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/golang-jwt/jwt/v4 v4.1.0
|
||||
github.com/gomodule/redigo v2.0.0+incompatible
|
||||
github.com/gomodule/redigo v1.8.8
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/hashicorp/golang-lru v0.5.4
|
||||
@@ -231,5 +231,3 @@ require (
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
|
||||
sigs.k8s.io/yaml v1.2.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/gomodule/redigo v2.0.0+incompatible => github.com/gomodule/redigo v1.8.5
|
||||
|
||||
Reference in New Issue
Block a user