-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (26 loc) · 1010 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/CuteReimu/udptunnel
go 1.22
require (
github.com/CuteReimu/cellnet-plus v0.0.0-20240308074242-a6272506f46e
github.com/davyxu/cellnet v4.1.0+incompatible
github.com/davyxu/golog v0.1.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
google.golang.org/protobuf v1.35.2
)
require (
github.com/davyxu/goobjfmt v0.1.0 // indirect
github.com/davyxu/protoplus v0.1.0 // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/klauspost/reedsolomon v1.12.1 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/kcp-go/v5 v5.6.7 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)