-
Notifications
You must be signed in to change notification settings - Fork 42
/
go.mod
34 lines (30 loc) · 1.12 KB
/
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
30
31
32
33
34
module github.com/SenseUnit/dumbproxy
go 1.22
toolchain go1.23.3
require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd
github.com/hashicorp/go-multierror v1.1.1
github.com/jellydator/ttlcache/v3 v3.3.0
github.com/libp2p/go-reuseport v0.4.0
github.com/redis/go-redis/v9 v9.7.0
github.com/tg123/go-htpasswd v1.2.3
github.com/zeebo/xxh3 v1.0.2
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
golang.org/x/time v0.8.0
)
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
)