@@ -7,7 +7,6 @@ require (
7
7
github.com/AlecAivazis/survey/v2 v2.3.7
8
8
github.com/Masterminds/semver/v3 v3.2.1
9
9
github.com/Masterminds/sprig/v3 v3.2.3
10
- github.com/Microsoft/go-winio v0.6.2 // indirect
11
10
github.com/agext/levenshtein v1.2.3
12
11
github.com/alexliesenfeld/health v0.8.0
13
12
github.com/appleboy/gin-jwt/v2 v2.10.1
@@ -19,20 +18,16 @@ require (
19
18
github.com/buger/jsonparser v1.1.1
20
19
github.com/c-robinson/iplib v1.0.8
21
20
github.com/cespare/xxhash/v2 v2.3.0
22
- github.com/containerd/log v0.1.0 // indirect
21
+ github.com/corazawaf/coraza/v3 v3.3.3
23
22
github.com/corazawaf/libinjection-go v0.2.2
24
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
25
- github.com/creack/pty v1.1.21 // indirect
26
23
github.com/crowdsecurity/dlog v0.0.0-20170105205344-4fb5f8204f26
27
24
github.com/crowdsecurity/go-cs-lib v0.0.19
28
25
github.com/crowdsecurity/grokky v0.2.2
29
26
github.com/crowdsecurity/machineid v1.0.2
30
27
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
31
28
github.com/dghubble/sling v1.4.2
32
- github.com/distribution/reference v0.6.0 // indirect
33
29
github.com/docker/docker v27.3.1+incompatible
34
30
github.com/docker/go-connections v0.5.0
35
- github.com/docker/go-units v0.5.0 // indirect
36
31
github.com/expr-lang/expr v1.17.2
37
32
github.com/fatih/color v1.18.0
38
33
github.com/fsnotify/fsnotify v1.7.0
@@ -44,10 +39,7 @@ require (
44
39
github.com/go-openapi/validate v0.20.0
45
40
github.com/go-sql-driver/mysql v1.6.0
46
41
github.com/goccy/go-yaml v1.11.0
47
- github.com/gogo/protobuf v1.3.2 // indirect
48
42
github.com/golang-jwt/jwt/v4 v4.5.2
49
- github.com/golang/protobuf v1.5.4 // indirect
50
- github.com/google/go-cmp v0.6.0 // indirect
51
43
github.com/google/go-querystring v1.1.0
52
44
github.com/google/uuid v1.6.0
53
45
github.com/google/winops v0.0.0-20230712152054-af9b550d0601
@@ -62,18 +54,11 @@ require (
62
54
github.com/jarcoal/httpmock v1.1.0
63
55
github.com/jedib0t/go-pretty/v6 v6.5.9
64
56
github.com/jszwec/csvutil v1.5.1
65
- github.com/klauspost/compress v1.17.9 // indirect
66
57
github.com/lithammer/dedent v1.1.0
67
58
github.com/mattn/go-isatty v0.0.20
68
59
github.com/mattn/go-sqlite3 v1.14.24
69
- github.com/mitchellh/copystructure v1.2.0 // indirect
70
- github.com/moby/docker-image-spec v1.3.1 // indirect
71
- github.com/moby/term v0.5.0 // indirect
72
60
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
73
- github.com/morikuni/aec v1.0.0 // indirect
74
61
github.com/nxadm/tail v1.4.11
75
- github.com/opencontainers/go-digest v1.0.0 // indirect
76
- github.com/opencontainers/image-spec v1.1.0 // indirect
77
62
github.com/oschwald/geoip2-golang v1.9.0
78
63
github.com/oschwald/maxminddb-golang v1.12.0
79
64
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
@@ -88,39 +73,29 @@ require (
88
73
github.com/sirupsen/logrus v1.9.3
89
74
github.com/slack-go/slack v0.16.0
90
75
github.com/spf13/cobra v1.9.1
91
- github.com/spf13/pflag v1.0.6 // indirect
92
76
github.com/stretchr/testify v1.10.0
93
77
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
94
78
github.com/wasilibs/go-re2 v1.7.0
95
79
github.com/xhit/go-simple-mail/v2 v2.16.0
96
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
97
- go.opentelemetry.io/otel v1.28.0 // indirect
98
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
99
- go.opentelemetry.io/otel/sdk v1.28.0 // indirect
100
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
101
80
golang.org/x/crypto v0.38.0
102
81
golang.org/x/mod v0.23.0
103
82
golang.org/x/net v0.40.0
104
83
golang.org/x/sync v0.14.0
105
84
golang.org/x/sys v0.33.0
106
85
golang.org/x/text v0.25.0
107
- golang.org/x/time v0.6.0 // indirect
108
86
google.golang.org/grpc v1.67.1
109
87
google.golang.org/protobuf v1.36.6
110
88
gopkg.in/natefinch/lumberjack.v2 v2.2.1
111
89
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
112
90
gopkg.in/yaml.v2 v2.4.0
113
91
gopkg.in/yaml.v3 v3.0.1
114
- gotest.tools/v3 v3.5.1 // indirect
115
92
k8s.io/apiserver v0.28.4
116
-
117
93
)
118
94
119
- require github.com/corazawaf/coraza/v3 v3.3.3
120
-
121
95
require (
122
96
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 // indirect
123
97
github.com/Masterminds/goutils v1.1.1 // indirect
98
+ github.com/Microsoft/go-winio v0.6.2 // indirect
124
99
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26 // indirect
125
100
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
126
101
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -131,7 +106,12 @@ require (
131
106
github.com/bytedance/sonic/loader v0.2.1 // indirect
132
107
github.com/cloudwego/base64x v0.1.4 // indirect
133
108
github.com/cloudwego/iasm v0.2.0 // indirect
109
+ github.com/containerd/log v0.1.0 // indirect
110
+ github.com/coreos/go-systemd/v22 v22.5.0 // indirect
134
111
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
112
+ github.com/creack/pty v1.1.21 // indirect
113
+ github.com/distribution/reference v0.6.0 // indirect
114
+ github.com/docker/go-units v0.5.0 // indirect
135
115
github.com/felixge/httpsnoop v1.0.4 // indirect
136
116
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
137
117
github.com/gin-contrib/sse v0.1.0 // indirect
@@ -150,7 +130,10 @@ require (
150
130
github.com/go-playground/validator/v10 v10.23.0 // indirect
151
131
github.com/go-stack/stack v1.8.0 // indirect
152
132
github.com/goccy/go-json v0.10.4 // indirect
133
+ github.com/gogo/protobuf v1.3.2 // indirect
153
134
github.com/golang/glog v1.2.4 // indirect
135
+ github.com/golang/protobuf v1.5.4 // indirect
136
+ github.com/google/go-cmp v0.6.0 // indirect
154
137
github.com/google/gofuzz v1.2.0 // indirect
155
138
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
156
139
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
@@ -168,6 +151,7 @@ require (
168
151
github.com/josharian/intern v1.0.0 // indirect
169
152
github.com/json-iterator/go v1.1.12 // indirect
170
153
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
154
+ github.com/klauspost/compress v1.17.9 // indirect
171
155
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
172
156
github.com/leodido/go-urn v1.4.0 // indirect
173
157
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
@@ -177,13 +161,19 @@ require (
177
161
github.com/mattn/go-runewidth v0.0.15 // indirect
178
162
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
179
163
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
164
+ github.com/mitchellh/copystructure v1.2.0 // indirect
180
165
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
181
166
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
182
167
github.com/mitchellh/mapstructure v1.5.0 // indirect
183
168
github.com/mitchellh/reflectwalk v1.0.2 // indirect
169
+ github.com/moby/docker-image-spec v1.3.1 // indirect
170
+ github.com/moby/term v0.5.0 // indirect
184
171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
185
172
github.com/modern-go/reflect2 v1.0.2 // indirect
173
+ github.com/morikuni/aec v1.0.0 // indirect
186
174
github.com/oklog/run v1.0.0 // indirect
175
+ github.com/opencontainers/go-digest v1.0.0 // indirect
176
+ github.com/opencontainers/image-spec v1.1.0 // indirect
187
177
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
188
178
github.com/petar-dambovaliev/aho-corasick v0.0.0-20250424160509-463d218d4745 // indirect
189
179
github.com/pierrec/lz4/v4 v4.1.18 // indirect
@@ -199,6 +189,7 @@ require (
199
189
github.com/shoenig/go-m1cpu v0.1.6 // indirect
200
190
github.com/shopspring/decimal v1.4.0 // indirect
201
191
github.com/spf13/cast v1.7.0 // indirect
192
+ github.com/spf13/pflag v1.0.6 // indirect
202
193
github.com/tetratelabs/wazero v1.8.0 // indirect
203
194
github.com/tidwall/gjson v1.18.0 // indirect
204
195
github.com/tidwall/match v1.1.1 // indirect
@@ -215,15 +206,22 @@ require (
215
206
github.com/zclconf/go-cty v1.14.4 // indirect
216
207
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
217
208
go.mongodb.org/mongo-driver v1.9.4 // indirect
209
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
210
+ go.opentelemetry.io/otel v1.28.0 // indirect
211
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
218
212
go.opentelemetry.io/otel/metric v1.28.0 // indirect
213
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
214
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
219
215
go.uber.org/atomic v1.10.0 // indirect
220
216
golang.org/x/arch v0.12.0 // indirect
221
217
golang.org/x/term v0.32.0 // indirect
218
+ golang.org/x/time v0.6.0 // indirect
222
219
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
223
220
google.golang.org/appengine v1.6.8 // indirect
224
221
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
225
222
gopkg.in/inf.v0 v0.9.1 // indirect
226
223
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
224
+ gotest.tools/v3 v3.5.1 // indirect
227
225
k8s.io/api v0.28.4 // indirect
228
226
k8s.io/apimachinery v0.28.4 // indirect
229
227
k8s.io/klog/v2 v2.100.1 // indirect
0 commit comments