-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 914 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 914 Bytes
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
module code.hooto.com/inpack/sysinner-httplb
go 1.24.0
toolchain go1.24.1
require (
github.com/hooto/hlog4g v0.9.4
github.com/hooto/hmetrics v0.0.1
github.com/lessos/lessgo v1.0.1
github.com/sysinner/incore v0.10.2
golang.org/x/crypto v0.46.0
)
require (
github.com/ServiceWeaver/weaver v0.24.6 // 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
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.10 // indirect
)