Skip to content

Commit

Permalink
Update to github.com/redis/go-redis/v9
Browse files Browse the repository at this point in the history
The module URL has been moved to the official Redis repository.
  • Loading branch information
DavidePrincipi committed Nov 2, 2023
1 parent c56a10b commit d0e75a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 235 deletions.
13 changes: 2 additions & 11 deletions core/api-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,19 @@ require (
github.com/gin-contrib/gzip v0.0.6
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/v9 v9.3.0
github.com/google/uuid v1.4.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de
github.com/olahol/melody v1.1.4
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.3.0
github.com/spf13/cobra v1.7.0
github.com/swaggo/files/v2 v2.0.0
github.com/swaggo/gin-swagger v1.6.0
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
github.com/go-openapi/swag v0.19.15 // indirect
github.com/kr/pty v1.1.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/nqd/flat v0.2.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/swaggo/files/v2 v2.0.0
github.com/ugorji/go v1.2.7 // indirect
github.com/urfave/cli v1.20.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
github.com/swaggo/files v1.0.1
)
Loading

0 comments on commit d0e75a7

Please sign in to comment.