minecraft-site/go.mod

16 lines
403 B
Modula-2
Raw Permalink Normal View History

module git.chandlerswift.com/chandlerswift/minecraft-site
2020-03-20 10:27:52 -05:00
go 1.21
2020-03-20 10:27:52 -05:00
2020-03-29 21:05:34 -05:00
require (
github.com/dreamscached/minequery/v2 v2.4.1
2020-03-29 21:05:34 -05:00
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
)