@@ -3,160 +3,153 @@ module github.com/kubearmor/kubearmor-client
3
3
go 1.23.4
4
4
5
5
replace (
6
- google.golang.org/grpc => google.golang.org/grpc v1.65.0
6
+ github.com/notaryproject/notation-go/signer => github.com/notaryproject/notation-go/signer v1.2.1
7
7
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
8
8
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
9
- google.golang.org/protobuf/internal/encoding => google.golang.org/protobuf/internal/encoding v1.36.3
10
- google.golang.org/protobuf/encoding => google.golang.org/protobuf/encoding v1.36.3
11
-
12
9
)
13
10
14
11
require (
15
12
github.com/blang/semver v3.5.1+incompatible
16
13
github.com/clarketm/json v1.17.1
17
- github.com/docker/docker v27.1.1 +incompatible
18
- github.com/fatih/color v1.16 .0
14
+ github.com/docker/docker v27.5.0 +incompatible
15
+ github.com/fatih/color v1.18 .0
19
16
github.com/json-iterator/go v1.1.12
20
- github.com/kubearmor/KubeArmor/protobuf v0.0.0-20240821100559-bed86b50142c
17
+ github.com/kubearmor/KubeArmor/protobuf v0.0.0-20250115110030-a82efe763c39
21
18
github.com/mholt/archiver/v3 v3.5.1
22
- github.com/moby/term v0.5.0
19
+ github.com/moby/term v0.5.2
23
20
github.com/olekukonko/tablewriter v0.0.5
24
21
github.com/rhysd/go-github-selfupdate v1.2.3
25
- github.com/rs/zerolog v1.29.1
22
+ github.com/rs/zerolog v1.33.0
26
23
github.com/sirupsen/logrus v1.9.3
27
24
github.com/spf13/cobra v1.8.1
28
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
29
- golang.org/x/mod v0.17 .0
30
- golang.org/x/sync v0.8 .0
31
- golang.org/x/sys v0.25 .0
32
- google.golang.org/grpc v1.67.0
25
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
26
+ golang.org/x/mod v0.22 .0
27
+ golang.org/x/sync v0.10 .0
28
+ golang.org/x/sys v0.29 .0
29
+ google.golang.org/grpc v1.69.4
33
30
google.golang.org/protobuf v1.36.3
34
31
sigs.k8s.io/yaml v1.4.0
35
32
)
36
33
37
34
require (
38
- github.com/charmbracelet/bubbles v0.17.1
39
- github.com/charmbracelet/bubbletea v0.25.0
40
- github.com/charmbracelet/lipgloss v0.9.1
41
- github.com/deckarep/golang-set/v2 v2.6 .0
42
- github.com/evertras/bubble-table v0.15.6
35
+ github.com/charmbracelet/bubbles v0.20.0
36
+ github.com/charmbracelet/bubbletea v1.2.4
37
+ github.com/charmbracelet/lipgloss v1.0.0
38
+ github.com/deckarep/golang-set/v2 v2.7 .0
39
+ github.com/evertras/bubble-table v0.17.1
43
40
github.com/google/go-cmp v0.6.0
44
41
github.com/google/go-github v17.0.0+incompatible
45
- github.com/kubearmor/KVMService/src/types v0.0.0-20220714130113-b0eba8c9ff34
46
- github.com/kubearmor/KubeArmor/KubeArmor v0.0.0-20240313131335-9ae900daa38d
47
- github.com/kubearmor/KubeArmor/deployments v0.0.0-20240313131335-9ae900daa38d
48
- github.com/kubearmor/KubeArmor/pkg/KubeArmorController v0.0.0-20240709192358-fc2173d2587c
49
- github.com/kubearmor/KubeArmor/pkg/KubeArmorOperator v0.0.0-20240821100559-bed86b50142c
50
- github.com/onsi/ginkgo/v2 v2.19.0
51
- github.com/onsi/gomega v1.33.1
52
- helm.sh/helm/v3 v3.14.3
53
- k8s.io/api v0.29.11
54
- k8s.io/apiextensions-apiserver v0.29.11
55
- k8s.io/apimachinery v0.29.11
56
- k8s.io/cli-runtime v0.29.11
57
- k8s.io/client-go v0.29.11
58
- k8s.io/kubectl v0.29.0
42
+ github.com/kubearmor/KubeArmor/KubeArmor v0.0.0-20250115110030-a82efe763c39
43
+ github.com/kubearmor/KubeArmor/deployments v0.0.0-20250115110030-a82efe763c39
44
+ github.com/kubearmor/KubeArmor/pkg/KubeArmorController v0.0.0-20250115110030-a82efe763c39
45
+ github.com/kubearmor/KubeArmor/pkg/KubeArmorOperator v0.0.0-20250115110030-a82efe763c39
46
+ github.com/onsi/ginkgo/v2 v2.21.0
47
+ github.com/onsi/gomega v1.35.1
48
+ helm.sh/helm/v3 v3.17.0
49
+ k8s.io/api v0.32.1
50
+ k8s.io/apiextensions-apiserver v0.32.1
51
+ k8s.io/apimachinery v0.32.1
52
+ k8s.io/cli-runtime v0.32.1
53
+ k8s.io/client-go v0.32.1
54
+ k8s.io/kubectl v0.32.1
59
55
)
60
56
61
57
require (
62
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
63
- github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
64
- github.com/BurntSushi/toml v1.3.2 // indirect
58
+ dario.cat/mergo v1.0.1 // indirect
59
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
60
+ github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
61
+ github.com/BurntSushi/toml v1.4.0 // indirect
65
62
github.com/MakeNowJust/heredoc v1.0.0 // indirect
66
63
github.com/Masterminds/goutils v1.1.1 // indirect
67
- github.com/Masterminds/semver/v3 v3.2 .1 // indirect
68
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
64
+ github.com/Masterminds/semver/v3 v3.3 .1 // indirect
65
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
69
66
github.com/Masterminds/squirrel v1.5.4 // indirect
70
67
github.com/Microsoft/go-winio v0.6.2 // indirect
71
68
github.com/Microsoft/hcsshim v0.12.9 // indirect
72
- github.com/andybalholm/brotli v1.0.6 // indirect
69
+ github.com/andybalholm/brotli v1.1.1 // indirect
73
70
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
74
71
github.com/atotto/clipboard v0.1.4 // indirect
75
72
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
76
73
github.com/beorn7/perks v1.0.1 // indirect
77
74
github.com/blang/semver/v4 v4.0.0 // indirect
78
75
github.com/cespare/xxhash/v2 v2.3.0 // indirect
79
- github.com/chai2010/gettext-go v1.0.2 // indirect
80
- github.com/containerd/console v1.0.4 // indirect
81
- github.com/containerd/containerd v1.7.23 // indirect
82
- github.com/containerd/errdefs v0.3.0 // indirect
76
+ github.com/chai2010/gettext-go v1.0.3 // indirect
77
+ github.com/charmbracelet/x/ansi v0.7.0 // indirect
78
+ github.com/charmbracelet/x/term v0.2.1 // indirect
79
+ github.com/containerd/containerd v1.7.25 // indirect
80
+ github.com/containerd/errdefs v1.0.0 // indirect
83
81
github.com/containerd/log v0.1.0 // indirect
84
82
github.com/containerd/platforms v0.2.1 // indirect
85
83
github.com/creack/pty v1.1.21 // indirect
86
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
84
+ github.com/cyphar/filepath-securejoin v0.4.0 // indirect
87
85
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
88
86
github.com/distribution/reference v0.6.0 // indirect
89
- github.com/docker/cli v25.0.1 +incompatible // indirect
87
+ github.com/docker/cli v27.5.0 +incompatible // indirect
90
88
github.com/docker/distribution v2.8.3+incompatible // indirect
91
- github.com/docker/docker-credential-helpers v0.8.0 // indirect
89
+ github.com/docker/docker-credential-helpers v0.8.2 // indirect
92
90
github.com/docker/go-connections v0.5.0 // indirect
93
91
github.com/docker/go-metrics v0.0.1 // indirect
94
92
github.com/docker/go-units v0.5.0 // indirect
95
93
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
96
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
97
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
94
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
95
+ github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
96
+ github.com/evanphx/json-patch v5.9.0+incompatible // indirect
98
97
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
99
98
github.com/felixge/httpsnoop v1.0.4 // indirect
100
- github.com/fsnotify/fsnotify v1.7.0 // indirect
99
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
100
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
101
101
github.com/go-errors/errors v1.5.1 // indirect
102
102
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
103
103
github.com/go-logr/logr v1.4.2 // indirect
104
104
github.com/go-logr/stdr v1.2.2 // indirect
105
105
github.com/go-openapi/jsonpointer v0.21.0 // indirect
106
106
github.com/go-openapi/jsonreference v0.21.0 // indirect
107
107
github.com/go-openapi/swag v0.23.0 // indirect
108
- github.com/go-sql-driver/mysql v1.7.1 // indirect
109
108
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
110
109
github.com/gobwas/glob v0.2.3 // indirect
111
110
github.com/gogo/protobuf v1.3.2 // indirect
112
111
github.com/golang/protobuf v1.5.4 // indirect
113
112
github.com/golang/snappy v0.0.4 // indirect
114
- github.com/gomodule/redigo v1.8.9 // indirect
115
- github.com/google/btree v1.1.2 // indirect
116
- github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
113
+ github.com/google/btree v1.1.3 // indirect
114
+ github.com/google/gnostic-models v0.6.9 // indirect
117
115
github.com/google/go-github/v30 v30.1.0 // indirect
118
116
github.com/google/go-querystring v1.1.0 // indirect
119
117
github.com/google/gofuzz v1.2.0 // indirect
120
- github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
118
+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
121
119
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
122
120
github.com/google/uuid v1.6.0 // indirect
123
121
github.com/gorilla/mux v1.8.1 // indirect
124
- github.com/gorilla/websocket v1.5.0 // indirect
122
+ github.com/gorilla/websocket v1.5.3 // indirect
125
123
github.com/gosuri/uitable v0.0.4 // indirect
126
124
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
127
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
128
125
github.com/hashicorp/errwrap v1.1.0 // indirect
129
126
github.com/hashicorp/go-multierror v1.1.1 // indirect
130
- github.com/hashicorp/golang-lru v1.0.2 // indirect
131
- github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
132
- github.com/huandu/xstrings v1.4.0 // indirect
133
- github.com/imdario/mergo v0.3.16 // indirect
127
+ github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
128
+ github.com/huandu/xstrings v1.5.0 // indirect
134
129
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
135
130
github.com/inconshreveable/mousetrap v1.1.0 // indirect
136
- github.com/jmoiron/sqlx v1.3.5 // indirect
131
+ github.com/jmoiron/sqlx v1.4.0 // indirect
137
132
github.com/josharian/intern v1.0.0 // indirect
138
- github.com/klauspost/compress v1.17.9 // indirect
133
+ github.com/klauspost/compress v1.17.11 // indirect
139
134
github.com/klauspost/pgzip v1.2.6 // indirect
140
135
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
141
136
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
142
137
github.com/lib/pq v1.10.9 // indirect
143
138
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
144
139
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
145
- github.com/magiconair/properties v1.8.7 // indirect
146
- github.com/mailru/easyjson v0.7.7 // indirect
147
- github.com/mattn/go-colorable v0.1.13 // indirect
140
+ github.com/magiconair/properties v1.8.9 // indirect
141
+ github.com/mailru/easyjson v0.9.0 // indirect
142
+ github.com/mattn/go-colorable v0.1.14 // indirect
148
143
github.com/mattn/go-isatty v0.0.20 // indirect
149
144
github.com/mattn/go-localereader v0.0.1 // indirect
150
- github.com/mattn/go-runewidth v0.0.15 // indirect
151
- github.com/mattn/go-sqlite3 v1.14.19 // indirect
152
- github.com/miekg/dns v1.1.55 // indirect
145
+ github.com/mattn/go-runewidth v0.0.16 // indirect
153
146
github.com/mitchellh/copystructure v1.2.0 // indirect
154
147
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
155
- github.com/mitchellh/mapstructure v1.5.0 // indirect
148
+ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
156
149
github.com/mitchellh/reflectwalk v1.0.2 // indirect
157
150
github.com/moby/docker-image-spec v1.3.1 // indirect
158
151
github.com/moby/locker v1.0.1 // indirect
159
- github.com/moby/spdystream v0.4 .0 // indirect
152
+ github.com/moby/spdystream v0.5 .0 // indirect
160
153
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161
154
github.com/modern-go/reflect2 v1.0.2 // indirect
162
155
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -170,68 +163,64 @@ require (
170
163
github.com/nwaples/rardecode v1.1.3 // indirect
171
164
github.com/opencontainers/go-digest v1.0.0 // indirect
172
165
github.com/opencontainers/image-spec v1.1.0 // indirect
173
- github.com/pelletier/go-toml/v2 v2.1.1 // indirect
166
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
174
167
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
175
- github.com/pierrec/lz4/v4 v4.1.19 // indirect
168
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
176
169
github.com/pkg/errors v0.9.1 // indirect
177
- github.com/prometheus/client_golang v1.20.2 // indirect
170
+ github.com/prometheus/client_golang v1.20.5 // indirect
178
171
github.com/prometheus/client_model v0.6.1 // indirect
179
- github.com/prometheus/common v0.55 .0 // indirect
172
+ github.com/prometheus/common v0.61 .0 // indirect
180
173
github.com/prometheus/procfs v0.15.1 // indirect
181
- github.com/rivo/uniseg v0.4.4 // indirect
182
- github.com/rogpeppe/go-internal v1.12.0 // indirect
183
- github.com/rubenv/sql-migrate v1.6.0 // indirect
174
+ github.com/rivo/uniseg v0.4.7 // indirect
175
+ github.com/rubenv/sql-migrate v1.7.1 // indirect
184
176
github.com/russross/blackfriday/v2 v2.1.0 // indirect
185
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
177
+ github.com/sagikazarmark/locafero v0.7 .0 // indirect
186
178
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
187
179
github.com/sergi/go-diff v1.3.1 // indirect
188
- github.com/shopspring/decimal v1.3.1 // indirect
180
+ github.com/shopspring/decimal v1.4.0 // indirect
189
181
github.com/sourcegraph/conc v0.3.0 // indirect
190
- github.com/spf13/afero v1.11 .0 // indirect
191
- github.com/spf13/cast v1.6.0 // indirect
182
+ github.com/spf13/afero v1.12 .0 // indirect
183
+ github.com/spf13/cast v1.7.1 // indirect
192
184
github.com/spf13/pflag v1.0.5 // indirect
193
- github.com/spf13/viper v1.18.2 // indirect
194
- github.com/stretchr/objx v0.5.2 // indirect
185
+ github.com/spf13/viper v1.19.0 // indirect
195
186
github.com/subosito/gotenv v1.6.0 // indirect
196
187
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
197
- github.com/ulikunitz/xz v0.5.11 // indirect
188
+ github.com/ulikunitz/xz v0.5.12 // indirect
189
+ github.com/x448/float16 v0.8.4 // indirect
198
190
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
199
191
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
200
192
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
201
193
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
202
194
github.com/xlab/treeprint v1.2.0 // indirect
203
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
204
- go.opentelemetry.io/otel v1.28.0 // indirect
205
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
206
- go.opentelemetry.io/otel/metric v1.28.0 // indirect
207
- go.opentelemetry.io/otel/sdk v1.28.0 // indirect
208
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
209
- go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
195
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
196
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
197
+ go.opentelemetry.io/otel v1.33.0 // indirect
198
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
199
+ go.opentelemetry.io/otel/trace v1.33.0 // indirect
210
200
go.uber.org/multierr v1.11.0 // indirect
211
201
go.uber.org/zap v1.27.0 // indirect
212
- golang.org/x/crypto v0.26 .0 // indirect
213
- golang.org/x/net v0.28 .0 // indirect
214
- golang.org/x/oauth2 v0.21 .0 // indirect
215
- golang.org/x/term v0.23 .0 // indirect
216
- golang.org/x/text v0.17 .0 // indirect
217
- golang.org/x/time v0.5 .0 // indirect
218
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
219
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
202
+ golang.org/x/crypto v0.32 .0 // indirect
203
+ golang.org/x/net v0.34 .0 // indirect
204
+ golang.org/x/oauth2 v0.25 .0 // indirect
205
+ golang.org/x/term v0.28 .0 // indirect
206
+ golang.org/x/text v0.21 .0 // indirect
207
+ golang.org/x/time v0.9 .0 // indirect
208
+ golang.org/x/tools v0.29.0 // indirect
209
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
220
210
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
221
211
gopkg.in/inf.v0 v0.9.1 // indirect
222
212
gopkg.in/ini.v1 v1.67.0 // indirect
223
- gopkg.in/yaml.v2 v2.4.0 // indirect
224
213
gopkg.in/yaml.v3 v3.0.1 // indirect
225
214
gotest.tools/v3 v3.5.1 // indirect
226
- k8s.io/apiserver v0.29.11 // indirect
227
- k8s.io/component-base v0.29.11 // indirect
215
+ k8s.io/apiserver v0.32.1 // indirect
216
+ k8s.io/component-base v0.32.1 // indirect
228
217
k8s.io/klog/v2 v2.130.1 // indirect
229
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
230
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
231
- oras.land/oras-go v1.2.5 // indirect
232
- sigs.k8s.io/controller-runtime v0.16.3 // indirect
233
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
234
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
235
- sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
236
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
218
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
219
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
220
+ oras.land/oras-go v1.2.6 // indirect
221
+ sigs.k8s.io/controller-runtime v0.19.4 // indirect
222
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
223
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
224
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
225
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
237
226
)
0 commit comments