-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
29 lines (26 loc) · 919 Bytes
/
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
module github.com/HyPE-Network/vanilla-proxy
go 1.22.4
require (
github.com/DEBANMC/valve-rcon v1.0.5
github.com/df-mc/atomic v1.10.0
github.com/go-gl/mathgl v1.1.0
github.com/google/uuid v1.6.0
github.com/pelletier/go-toml v1.9.5
github.com/sandertv/gophertunnel v1.41.1
github.com/sirupsen/logrus v1.9.3
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
)
require (
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sandertv/go-raknet v1.14.2 // 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/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
)