Rewrite to use external modules
This commit is contained in:
6
go.mod
6
go.mod
@@ -6,9 +6,10 @@ require (
|
||||
github.com/buaazp/fasthttprouter v0.1.1
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
github.com/joho/godotenv v1.4.0
|
||||
github.com/mineatar-io/skin-render v1.0.1
|
||||
github.com/mineatar-io/yggdrasil v1.0.0
|
||||
github.com/valyala/fasthttp v1.34.0
|
||||
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -17,4 +18,5 @@ require (
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/klauspost/compress v1.15.1 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user