bedrocktool/go.mod

36 lines
1.4 KiB
Modula-2
Raw Normal View History

2022-02-27 10:11:56 +00:00
module bedrocktool
2022-02-12 22:27:49 +00:00
go 1.17
require (
2022-03-05 11:59:36 +00:00
gioui.org v0.0.0-20220302172730-c0c25b777b1e
2022-04-03 20:12:21 +00:00
github.com/df-mc/dragonfly v0.5.1
github.com/google/gopacket v1.1.19
2022-02-27 10:08:19 +00:00
github.com/sandertv/gophertunnel v1.19.1
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
2022-02-12 22:27:49 +00:00
)
require (
2022-03-05 11:59:36 +00:00
gioui.org/cpu v0.0.0-20220303153501-2b893722ba32 // indirect
gioui.org/shader v1.0.6 // indirect
2022-03-05 11:59:36 +00:00
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect
github.com/df-mc/goleveldb v1.1.9 // indirect
2022-02-12 22:27:49 +00:00
github.com/go-gl/mathgl v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
2022-03-05 11:59:36 +00:00
github.com/golang/snappy v0.0.3 // indirect
2022-02-12 22:27:49 +00:00
github.com/google/uuid v1.3.0 // indirect
2022-03-05 11:59:36 +00:00
github.com/klauspost/compress v1.15.0 // indirect
2022-02-12 22:27:49 +00:00
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20211230184646-baf1f7156737 // indirect
github.com/sandertv/go-raknet v1.10.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
2022-02-27 10:08:19 +00:00
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
2022-03-05 11:59:36 +00:00
golang.org/x/exp/shiny v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
2022-02-27 10:08:19 +00:00
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
2022-03-05 11:59:36 +00:00
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
2022-02-12 22:27:49 +00:00
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)