Use shared code base
This commit is contained in:
9
go.mod
9
go.mod
@@ -3,9 +3,8 @@ module main
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/gofiber/fiber/v2 v2.36.0
|
||||
github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca
|
||||
github.com/gofiber/fiber/v2 v2.37.0
|
||||
github.com/mcstatus-io/shared v0.0.0-20220831015146-c4896270e6f6
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
@@ -13,9 +12,11 @@ require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
||||
github.com/klauspost/compress v1.15.9 // indirect
|
||||
github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.39.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
|
||||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user