Update dependencies
This commit is contained in:
8
go.mod
8
go.mod
@@ -3,10 +3,10 @@ module main
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/go-redsync/redsync/v4 v4.10.0
|
||||
github.com/go-redsync/redsync/v4 v4.11.0
|
||||
github.com/gofiber/fiber/v2 v2.50.0
|
||||
github.com/mcstatus-io/mcutil/v2 v2.1.0
|
||||
github.com/redis/go-redis/v9 v9.2.1
|
||||
github.com/mcstatus-io/mcutil/v2 v2.1.1
|
||||
github.com/redis/go-redis/v9 v9.3.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
@@ -26,5 +26,5 @@ require (
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.50.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user