-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.65 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.65 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
40
41
42
43
44
45
module github.com/sysinner/inpack
go 1.25.6
require (
github.com/disintegration/imaging v1.6.2
github.com/gosuri/uitable v0.0.4
github.com/hooto/hauth/go v0.1.5
github.com/hooto/hflag4g v0.10.1
github.com/hooto/hlog4g v0.9.5
github.com/hooto/htoml4g v0.9.5
github.com/hooto/httpsrv v0.12.6
github.com/hooto/iam v1.0.3
github.com/lessos/lessgo v1.0.1
github.com/lynkdb/iomix v0.0.0-20210408130459-cc48edfc442f
github.com/lynkdb/kvgo/v2 v2.0.13
github.com/tdewolff/minify/v2 v2.24.8
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.4.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hooto/hauth v0.1.4 // indirect
github.com/hooto/hauth/go/v2 v2.0.0-20260125120444-4cbf92d8d081 // indirect
github.com/hooto/hmsg v0.1.0 // indirect
github.com/lynkdb/lynkapi v0.0.10 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tdewolff/parse/v2 v2.8.5 // indirect
golang.org/x/image v0.35.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260122232226-8e98ce8d340d // indirect
google.golang.org/grpc v1.78.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)