22 lines
720 B
Modula-2
22 lines
720 B
Modula-2
module minecraft
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/go-gl/mathgl v1.1.0 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jaypipes/ghw v0.13.0
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/sandertv/go-raknet v1.14.2 // indirect
|
|
github.com/sandertv/gophertunnel v1.41.1 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/oauth2 v0.23.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
)
|