-
Notifications
You must be signed in to change notification settings - Fork 388
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 728 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 728 Bytes
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
module localhost/Intra
go 1.21.1
toolchain go1.23.7
require (
github.com/Jigsaw-Code/choir v1.0.1
github.com/Jigsaw-Code/getsni v1.0.0
github.com/Jigsaw-Code/outline-sdk v0.0.7
github.com/stretchr/testify v1.8.2
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe
golang.org/x/net v0.36.0
golang.org/x/sys v0.30.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eycorsican/go-tun2socks v1.16.11 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)