-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.41 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.41 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.25.0
require (
codeberg.org/yarmak/secache v0.2.4
github.com/Snawoot/uniqueslice v0.1.1
github.com/coreos/go-systemd/v22 v22.7.0
github.com/dop251/goja v0.0.0-20260311135729-065cd970411c
github.com/hashicorp/go-multierror v1.1.1
github.com/libp2p/go-reuseport v0.4.0
github.com/ncruces/go-dns v1.3.3
github.com/pires/go-proxyproto v0.11.0
github.com/redis/go-redis/v9 v9.18.0
github.com/refraction-networking/utls v1.8.2
github.com/tg123/go-htpasswd v1.2.4
github.com/things-go/go-socks5 v0.1.1
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.49.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20260323153451-8400f4a93807
golang.org/x/net v0.52.0
golang.org/x/sync v0.20.0
)
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/andybalholm/brotli v1.2.1 // 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-20260402051712-545e8a4df936 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.5 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/text v0.35.0 // indirect
)