forked from minekube/gate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
73 lines (70 loc) · 2.81 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
module go.minekube.com/gate
go 1.21.0
require (
github.com/agext/levenshtein v1.2.3
github.com/dboslee/lru v0.0.1
github.com/gammazero/deque v0.2.1
github.com/go-faker/faker/v4 v4.1.1
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/uuid v1.3.1
github.com/gookit/color v1.5.4
github.com/jellydator/ttlcache/v3 v3.0.1
github.com/knadh/koanf/providers/file v0.1.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pires/go-proxyproto v0.7.0
github.com/robinbraemer/event v0.0.1
github.com/rs/xid v1.5.0
github.com/sandertv/go-raknet v1.12.1
github.com/sandertv/gophertunnel v1.31.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7
go.minekube.com/brigodier v0.0.1
go.minekube.com/common v0.0.5
go.minekube.com/connect v0.5.3
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.25.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.12.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.57.0
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.7
)
require (
buf.build/gen/go/minekube/connect/protocolbuffers/go v1.31.0-20230517110945-04c17e7d2fd9.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/df-mc/atomic v1.10.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/sys v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230821184602-ccc8af3d0e93 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)