-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
40 lines (36 loc) · 1.46 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
module github.com/yggdrasil-network/yggstack
go 1.22.0
toolchain go1.22.5
require (
github.com/gologme/log v1.3.0
github.com/hashicorp/go-syslog v1.0.0
github.com/hjson/hjson-go/v4 v4.4.0
github.com/things-go/go-socks5 v0.0.5
github.com/yggdrasil-network/yggdrasil-go v0.5.9
gvisor.dev/gvisor v0.0.0-20240810013311-326fe0f2a77f
)
require (
github.com/Arceliar/ironwood v0.0.0-20241016082300-f6fb9da97a17 // indirect
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d // indirect
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
github.com/coder/websocket v1.8.12 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
github.com/quic-go/quic-go v0.48.0 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.26.0 // indirect
nhooyr.io/websocket v1.8.17 // indirect
)