-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
140 lines (130 loc) · 6.4 KB
/
go.mod
File metadata and controls
140 lines (130 loc) · 6.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
module github.com/sysinner/innerstack
go 1.24.0
replace code.google.com/p/go.image => golang.org/x/image v0.15.0
replace github.com/sysinner/incore v0.10.2 => /opt/workspace/src/github.com/sysinner/incore
// replace github.com/lynkdb/kvgo/v2 v2.0.0 => /opt/workspace/src/github.com/lynkdb/kvgo
replace github.com/hooto/iam v1.0.1 => /opt/workspace/src/github.com/hooto/iam
// replace github.com/sysinner/inpack v0.0.2 => /opt/workspace/src/github.com/sysinner/inpack
replace github.com/lynkdb/lynkapi v0.0.9 => /opt/workspace/src/github.com/lynkdb/lynkapi
replace github.com/hooto/hauth v0.1.3 => /opt/workspace/src/github.com/hooto/hauth
require (
github.com/docker/docker v28.5.1+incompatible // indirect
github.com/fsouza/go-dockerclient v1.12.2 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/hooto/hauth v0.1.3
github.com/hooto/hchart v0.1.2
github.com/hooto/hflag4g v0.10.1 // indirect
github.com/hooto/hini4g v0.1.2 // indirect
github.com/hooto/hlang4g v0.1.1 // indirect
github.com/hooto/hlog4g v0.9.5
github.com/hooto/hmsg v0.1.0 // indirect
github.com/hooto/htoml4g v0.9.5
github.com/hooto/httpsrv v0.12.5
github.com/hooto/iam v1.0.1
github.com/lessos/lessgo v1.0.1
github.com/lynkdb/iomix v0.0.0-20210408130459-cc48edfc442f // indirect
github.com/lynkdb/kvspec/v2 v2.0.4
github.com/lynkdb/lynkapi v0.0.9
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/rakyll/statik v0.1.7 // indirect
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
github.com/spf13/cobra v1.10.1
github.com/sysinner/incore v0.10.2
github.com/sysinner/injob v0.1.1
github.com/sysinner/inpack v0.0.3 // indirect
github.com/sysinner/inpanel v0.0.0-20220827140619-233310e777c7 // indirect
github.com/sysinner/viper v1.7.2-0.20210407011308-00fddcdabb8a // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.1.45 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.1.38 // indirect
github.com/yhat/wsutil v0.0.0-20170731153501-1d66fa95c997 // indirect
google.golang.org/grpc v1.76.0 // indirect
)
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/DataDog/zstd v1.5.7 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ServiceWeaver/weaver v0.24.6 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/cockroachdb/errors v1.12.0 // indirect
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
github.com/cockroachdb/pebble v1.1.5 // indirect
github.com/cockroachdb/redact v1.1.6 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20250429170803-42689b6311bb // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/getsentry/sentry-go v0.36.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hooto/hmetrics v0.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/lynkdb/kvgo/v2 v2.0.10 // indirect
github.com/magiconair/properties v1.8.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/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/go-archive v0.1.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/user v0.4.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.1.2 // indirect
github.com/olekukonko/tablewriter v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.1 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/shoenig/go-m1cpu v0.1.7 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/vishvananda/netlink v1.3.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/exp v0.0.0-20251017212417-90e834f514db // indirect
golang.org/x/image v0.32.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)