-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2864c7b
commit 95a6a65
Showing
3 changed files
with
55 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,49 @@ | ||
module github.com/mythologyli/zju-connect | ||
|
||
go 1.21 | ||
go 1.21.1 | ||
|
||
toolchain go1.21.4 | ||
|
||
require github.com/refraction-networking/utls v1.5.4 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.1 | ||
github.com/BurntSushi/toml v1.3.2 | ||
github.com/beevik/etree v1.2.0 | ||
github.com/cloverstd/tcping v0.1.1 | ||
github.com/cxz66666/sing-tun v0.0.0-20231028191617-2867d9374292 | ||
github.com/miekg/dns v1.1.56 | ||
github.com/miekg/dns v1.1.57 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/shadowsocks/go-shadowsocks2 v0.1.5 | ||
github.com/things-go/go-socks5 v0.0.4 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/net v0.18.0 | ||
golang.org/x/sys v0.14.0 | ||
golang.zx2c4.com/wireguard v0.0.0-20231022001213-2e0774f246fb | ||
golang.zx2c4.com/wireguard/windows v0.5.3 | ||
gvisor.dev/gvisor v0.0.0-20231020174304-b8a429915ff1 | ||
gvisor.dev/gvisor v0.0.0-20231115062757-1557cb169a36 | ||
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/cloudflare/circl v1.3.5 // indirect | ||
github.com/cloudflare/circl v1.3.6 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gaukas/godicttls v0.0.4 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/klauspost/compress v1.17.1 // indirect | ||
github.com/klauspost/compress v1.17.3 // indirect | ||
github.com/metacubex/gvisor v0.0.0-20231001104248-0f672c3fb8d8 // indirect | ||
github.com/quic-go/quic-go v0.39.1 // indirect | ||
github.com/quic-go/quic-go v0.40.0 // indirect | ||
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect | ||
github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect | ||
github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect | ||
github.com/sagernet/sing v0.2.14 // indirect | ||
github.com/sagernet/sing v0.2.17 // indirect | ||
github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9 // indirect | ||
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect | ||
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect | ||
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect | ||
golang.org/x/crypto v0.14.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/crypto v0.15.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/time v0.4.0 // indirect | ||
golang.org/x/tools v0.15.0 // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters