bedrocktool/go.mod

31 lines
1.1 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 (
gioui.org v0.0.0-20220226090027-a7afa4d6d19a
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 (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // 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
github.com/google/uuid v1.3.0 // indirect
2022-02-27 10:08:19 +00:00
github.com/klauspost/compress v1.14.4 // 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
golang.org/x/exp/shiny v0.0.0-20220218215828-6cf2b201936e // indirect
2022-02-12 22:27:49 +00:00
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
2022-02-27 10:08:19 +00:00
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // 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
)