minecraft-site/go.mod

16 lines
403 B
Modula-2

module git.chandlerswift.com/chandlerswift/minecraft-site
go 1.21
require (
github.com/dreamscached/minequery/v2 v2.4.1
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/text v0.3.7 // indirect
)