-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 945 Bytes
/
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
module github.com/go-compile/localrelay
go 1.21
require (
github.com/chzyer/readline v1.5.1
github.com/containerd/console v1.0.3
github.com/fasthttp/router v1.5.1
github.com/go-compile/localrelay/v2 v2.0.0-20240119152158-a43947254ed3
github.com/kardianos/service v1.2.2
github.com/naoina/toml v0.1.1
github.com/pkg/errors v0.9.1
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5
github.com/valyala/fasthttp v1.54.0
golang.org/x/net v0.26.0
golang.org/x/sys v0.21.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mroth/weightedrand v1.0.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)