-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (31 loc) · 1.18 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
35
module code.hooto.com/inpack/sysinner-httplb
go 1.22.0
toolchain go1.23.4
require (
github.com/hooto/hlog4g v0.9.4
github.com/hooto/hmetrics v0.0.1
github.com/hooto/httpsrv v0.12.3
github.com/lessos/lessgo v1.0.1
github.com/sysinner/incore v0.10.2
github.com/tdewolff/minify/v2 v2.20.9
golang.org/x/crypto v0.31.0
)
require (
github.com/ServiceWeaver/weaver v0.24.6 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hooto/hflag4g v0.10.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tdewolff/parse/v2 v2.7.6 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241230172942-26aa7a208def // indirect
google.golang.org/grpc v1.69.2 // indirect
google.golang.org/protobuf v1.36.1 // indirect
)