forked from SenseUnit/dumbproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (35 loc) · 1.37 KB
/
go.mod
File metadata and controls
39 lines (35 loc) · 1.37 KB
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
module github.com/SenseUnit/dumbproxy
go 1.24.0
toolchain go1.24.6
require (
github.com/Snawoot/secache v0.2.1
github.com/Snawoot/uniqueslice v0.1.1
github.com/coreos/go-systemd/v22 v22.6.0
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
github.com/hashicorp/go-multierror v1.1.1
github.com/libp2p/go-reuseport v0.4.0
github.com/ncruces/go-dns v1.3.2
github.com/pires/go-proxyproto v0.9.0
github.com/redis/go-redis/v9 v9.17.2
github.com/refraction-networking/utls v1.8.2
github.com/tg123/go-htpasswd v1.2.4
github.com/things-go/go-socks5 v0.1.0
golang.org/x/crypto v0.47.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20260113154411-7d0074ccc6f1
golang.org/x/net v0.49.0
golang.org/x/sync v0.19.0
)
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.3 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/text v0.33.0 // indirect
)