bedrocktool/go.mod

84 lines
3.5 KiB
Modula-2
Raw Normal View History

2022-09-04 14:53:21 +00:00
module github.com/bedrock-tool/bedrocktool
2022-02-12 22:27:49 +00:00
2023-03-06 14:50:36 +00:00
go 1.20
2022-02-12 22:27:49 +00:00
2022-09-23 20:11:22 +00:00
//replace github.com/sandertv/gophertunnel => ./gophertunnel
replace github.com/sandertv/gophertunnel => github.com/olebeck/gophertunnel v1.30.0-3
2022-09-23 20:11:22 +00:00
//replace github.com/df-mc/dragonfly => ./dragonfly
2023-06-07 18:09:05 +00:00
replace github.com/df-mc/dragonfly => github.com/olebeck/dragonfly v0.9.6-2
2022-09-23 20:11:22 +00:00
2023-03-26 11:06:40 +00:00
//replace gioui.org => ./gio
2023-06-07 18:49:10 +00:00
replace gioui.org => github.com/olebeck/gio v0.0.0-20230607184051-9ab60b08f083
2023-03-21 11:03:11 +00:00
2022-02-12 22:27:49 +00:00
require (
2023-06-07 18:09:05 +00:00
gioui.org v0.0.0-20230526230622-e3ef98dda382
gioui.org/x v0.0.0-20230523210033-8432ec5563bb
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
2023-06-07 18:09:05 +00:00
github.com/df-mc/dragonfly v0.9.6
2022-07-29 16:12:06 +00:00
github.com/df-mc/goleveldb v1.1.9
2023-03-26 10:45:37 +00:00
github.com/fatih/color v1.15.0
2023-06-07 18:09:05 +00:00
github.com/flytam/filenamify v1.1.3
2022-08-12 02:53:43 +00:00
github.com/go-gl/mathgl v1.0.0
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.3.0
github.com/jinzhu/copier v0.3.5
2023-06-07 18:09:05 +00:00
github.com/miekg/dns v1.1.54
github.com/nicksnyder/go-i18n/v2 v2.2.1
2023-04-04 00:47:25 +00:00
github.com/repeale/fp-go v0.11.1
2022-09-09 13:19:17 +00:00
github.com/sanbornm/go-selfupdate v0.0.0-20210106163404-c9b625feac49
2023-03-14 01:07:39 +00:00
github.com/sandertv/go-raknet v1.12.0
2023-06-07 18:09:05 +00:00
github.com/sandertv/gophertunnel v1.30.0
github.com/shirou/gopsutil/v3 v3.23.5
github.com/sirupsen/logrus v1.9.3
2022-09-05 19:08:57 +00:00
golang.design/x/lockfree v0.0.1
2023-06-07 18:09:05 +00:00
golang.org/x/crypto v0.9.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/oauth2 v0.8.0
golang.org/x/term v0.8.0
2023-04-27 19:45:04 +00:00
golang.org/x/text v0.9.0
2023-02-12 21:22:44 +00:00
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v3 v3.0.1
2022-09-04 23:40:55 +00:00
)
2022-02-12 22:27:49 +00:00
require (
2023-06-07 18:09:05 +00:00
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
2023-03-14 01:07:39 +00:00
gioui.org/shader v1.0.6 // indirect
2023-03-15 13:51:31 +00:00
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
2022-03-05 11:59:36 +00:00
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect
2023-04-04 00:47:25 +00:00
github.com/cespare/xxhash v1.1.0 // indirect
2023-03-14 01:07:39 +00:00
github.com/changkun/lockfree v0.0.1 // indirect
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
2022-04-16 11:02:32 +00:00
github.com/df-mc/atomic v1.10.0 // indirect
2023-06-07 18:09:05 +00:00
github.com/df-mc/worldupgrader v1.0.7 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
2023-03-25 21:19:14 +00:00
github.com/go-ole/go-ole v1.2.6 // indirect
2023-06-07 18:09:05 +00:00
github.com/go-text/typesetting v0.0.0-20230606200221-26abc51a6c27 // indirect
github.com/golang/protobuf v1.5.3 // indirect
2022-04-16 11:02:32 +00:00
github.com/golang/snappy v0.0.4 // indirect
2022-09-23 20:11:22 +00:00
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
2023-06-07 18:09:05 +00:00
github.com/klauspost/compress v1.16.5 // indirect
2022-09-23 20:11:22 +00:00
github.com/kr/binarydist v0.1.0 // indirect
2023-06-07 18:09:05 +00:00
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
2022-10-01 02:47:38 +00:00
github.com/mattn/go-colorable v0.1.13 // indirect
2023-06-07 18:09:05 +00:00
github.com/mattn/go-isatty v0.0.19 // indirect
2022-04-16 11:02:32 +00:00
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
2023-06-07 18:09:05 +00:00
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
2023-07-15 12:30:32 +00:00
github.com/segmentio/fasthash v1.0.3 // indirect
2023-06-07 18:09:05 +00:00
github.com/shoenig/go-m1cpu v0.1.6 // indirect
2023-03-25 21:19:14 +00:00
github.com/tklauser/go-sysconf v0.3.11 // indirect
2023-06-07 18:09:05 +00:00
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
2023-04-27 19:45:04 +00:00
golang.org/x/image v0.7.0 // indirect
2023-06-07 18:09:05 +00:00
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
2023-05-14 23:17:09 +00:00
golang.org/x/sys v0.8.0 // indirect
2023-06-07 18:09:05 +00:00
golang.org/x/tools v0.9.3 // indirect
2022-02-12 22:27:49 +00:00
google.golang.org/appengine v1.6.7 // indirect
2023-06-07 18:09:05 +00:00
google.golang.org/protobuf v1.30.0 // indirect
2022-09-23 20:11:22 +00:00
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa // indirect
2022-02-12 22:27:49 +00:00
)