@@ -2,8 +2,11 @@ module github.com/meshery-extensions/kubectl-meshsync-snapshot
2
2
3
3
go 1.24.0
4
4
5
+ // replace github.com/meshery/[email protected] ../meshsync
6
+
5
7
require (
6
8
github.com/layer5io/meshkit v0.8.24
9
+ github.com/meshery/meshsync v0.8.21
7
10
github.com/sirupsen/logrus v1.9.3
8
11
github.com/spf13/cobra v1.9.1
9
12
)
@@ -14,36 +17,27 @@ require (
14
17
cloud.google.com/go/compute/metadata v0.6.0 // indirect
15
18
cuelang.org/go v0.11.2 // indirect
16
19
dario.cat/mergo v1.0.1 // indirect
17
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
18
20
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
19
- github.com/BurntSushi/toml v1.4 .0 // indirect
21
+ github.com/BurntSushi/toml v1.5 .0 // indirect
20
22
github.com/MakeNowJust/heredoc v1.0.0 // indirect
21
23
github.com/Masterminds/goutils v1.1.1 // indirect
22
24
github.com/Masterminds/semver/v3 v3.3.1 // indirect
23
25
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
24
26
github.com/Masterminds/squirrel v1.5.4 // indirect
27
+ github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
25
28
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
26
- github.com/beorn7/perks v1.0.1 // indirect
27
29
github.com/blang/semver/v4 v4.0.0 // indirect
28
30
github.com/buger/jsonparser v1.1.1 // indirect
29
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
31
github.com/chai2010/gettext-go v1.0.3 // indirect
31
32
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
32
- github.com/containerd/containerd v1.7.25 // indirect
33
+ github.com/containerd/containerd v1.7.27 // indirect
33
34
github.com/containerd/errdefs v1.0.0 // indirect
34
35
github.com/containerd/log v0.1.0 // indirect
35
36
github.com/containerd/platforms v0.2.1 // indirect
36
- github.com/cyphar/filepath-securejoin v0.4.0 // indirect
37
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
37
38
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
- github.com/distribution/reference v0.6.0 // indirect
39
- github.com/docker/cli v27.5.1+incompatible // indirect
40
- github.com/docker/distribution v2.8.3+incompatible // indirect
41
- github.com/docker/docker v27.5.1+incompatible // indirect
42
- github.com/docker/docker-credential-helpers v0.8.2 // indirect
43
- github.com/docker/go-connections v0.5.0 // indirect
44
- github.com/docker/go-metrics v0.0.1 // indirect
45
39
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
46
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
40
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
47
41
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
48
42
github.com/fatih/color v1.18.0 // indirect
49
43
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -59,24 +53,22 @@ require (
59
53
github.com/gobwas/glob v0.2.3 // indirect
60
54
github.com/gofrs/uuid v4.4.0+incompatible // indirect
61
55
github.com/gogo/protobuf v1.3.2 // indirect
62
- github.com/golang/protobuf v1.5.4 // indirect
63
56
github.com/google/btree v1.1.3 // indirect
64
57
github.com/google/gnostic-models v0.6.9 // indirect
65
- github.com/google/go-cmp v0.6.0 // indirect
66
- github.com/google/gofuzz v1.2.0 // indirect
58
+ github.com/google/go-cmp v0.7.0 // indirect
67
59
github.com/google/s2a-go v0.1.9 // indirect
68
60
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
69
61
github.com/google/uuid v1.6.0 // indirect
70
62
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
71
63
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
72
- github.com/gorilla/mux v1.8.1 // indirect
73
- github.com/gorilla/websocket v1.5.3 // indirect
64
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
74
65
github.com/gosuri/uitable v0.0.4 // indirect
75
66
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
76
67
github.com/hashicorp/errwrap v1.1.0 // indirect
77
68
github.com/hashicorp/go-multierror v1.1.1 // indirect
78
69
github.com/hashicorp/hcl v1.0.0 // indirect
79
70
github.com/huandu/xstrings v1.5.0 // indirect
71
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
80
72
github.com/jackc/pgpassfile v1.0.0 // indirect
81
73
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
82
74
github.com/jackc/pgx/v5 v5.7.2 // indirect
@@ -86,10 +78,9 @@ require (
86
78
github.com/jmoiron/sqlx v1.4.0 // indirect
87
79
github.com/josharian/intern v1.0.0 // indirect
88
80
github.com/json-iterator/go v1.1.12 // indirect
89
- github.com/klauspost/compress v1.17.11 // indirect
81
+ github.com/klauspost/compress v1.18.0 // indirect
90
82
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
91
83
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
92
- github.com/layer5io/meshery-operator v0.8.1 // indirect
93
84
github.com/lib/pq v1.10.9 // indirect
94
85
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
95
86
github.com/magiconair/properties v1.8.9 // indirect
@@ -98,12 +89,13 @@ require (
98
89
github.com/mattn/go-isatty v0.0.20 // indirect
99
90
github.com/mattn/go-runewidth v0.0.16 // indirect
100
91
github.com/mattn/go-sqlite3 v1.14.24 // indirect
101
- github.com/meshery/schemas v0.8.11 // indirect
92
+ github.com/meshery/meshery-operator v0.8.7 // indirect
93
+ github.com/meshery/meshkit v0.8.32 // indirect
94
+ github.com/meshery/schemas v0.8.22 // indirect
102
95
github.com/mitchellh/copystructure v1.2.0 // indirect
103
96
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
104
97
github.com/mitchellh/mapstructure v1.5.0 // indirect
105
98
github.com/mitchellh/reflectwalk v1.0.2 // indirect
106
- github.com/moby/locker v1.0.1 // indirect
107
99
github.com/moby/spdystream v0.5.0 // indirect
108
100
github.com/moby/term v0.5.2 // indirect
109
101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -117,23 +109,20 @@ require (
117
109
github.com/nats-io/nuid v1.0.1 // indirect
118
110
github.com/oapi-codegen/runtime v1.1.1 // indirect
119
111
github.com/opencontainers/go-digest v1.0.0 // indirect
120
- github.com/opencontainers/image-spec v1.1.0 // indirect
112
+ github.com/opencontainers/image-spec v1.1.1 // indirect
121
113
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
122
114
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123
115
github.com/pkg/errors v0.9.1 // indirect
124
- github.com/prometheus/client_golang v1.20.5 // indirect
125
- github.com/prometheus/client_model v0.6.1 // indirect
126
- github.com/prometheus/common v0.62.0 // indirect
127
- github.com/prometheus/procfs v0.15.1 // indirect
128
116
github.com/rivo/uniseg v0.4.7 // indirect
129
- github.com/rubenv/sql-migrate v1.7.1 // indirect
117
+ github.com/rubenv/sql-migrate v1.8.0 // indirect
130
118
github.com/russross/blackfriday/v2 v2.1.0 // indirect
131
119
github.com/sagikazarmark/locafero v0.7.0 // indirect
132
120
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
133
121
github.com/shopspring/decimal v1.4.0 // indirect
134
122
github.com/sourcegraph/conc v0.3.0 // indirect
135
123
github.com/spf13/afero v1.12.0 // indirect
136
124
github.com/spf13/cast v1.7.1 // indirect
125
+ github.com/spf13/pflag v1.0.6 // indirect
137
126
github.com/spf13/viper v1.19.0 // indirect
138
127
github.com/subosito/gotenv v1.6.0 // indirect
139
128
github.com/x448/float16 v0.8.4 // indirect
@@ -147,50 +136,45 @@ require (
147
136
go.opentelemetry.io/otel/metric v1.34.0 // indirect
148
137
go.opentelemetry.io/otel/trace v1.34.0 // indirect
149
138
go.uber.org/multierr v1.11.0 // indirect
150
- golang.org/x/crypto v0.36 .0 // indirect
139
+ golang.org/x/crypto v0.39 .0 // indirect
151
140
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
152
- golang.org/x/mod v0.22 .0 // indirect
153
- golang.org/x/net v0.37 .0 // indirect
154
- golang.org/x/oauth2 v0.25 .0 // indirect
155
- golang.org/x/sync v0.12 .0 // indirect
156
- golang.org/x/sys v0.31 .0 // indirect
157
- golang.org/x/term v0.30 .0 // indirect
158
- golang.org/x/text v0.23 .0 // indirect
141
+ golang.org/x/mod v0.25 .0 // indirect
142
+ golang.org/x/net v0.40 .0 // indirect
143
+ golang.org/x/oauth2 v0.28 .0 // indirect
144
+ golang.org/x/sync v0.15 .0 // indirect
145
+ golang.org/x/sys v0.33 .0 // indirect
146
+ golang.org/x/term v0.32 .0 // indirect
147
+ golang.org/x/text v0.26 .0 // indirect
159
148
golang.org/x/time v0.9.0 // indirect
160
149
google.golang.org/api v0.218.0 // indirect
161
150
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
162
151
google.golang.org/grpc v1.70.0 // indirect
163
- google.golang.org/protobuf v1.36.4 // indirect
152
+ google.golang.org/protobuf v1.36.5 // indirect
164
153
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
165
154
gopkg.in/inf.v0 v0.9.1 // indirect
166
155
gopkg.in/ini.v1 v1.67.0 // indirect
167
156
gopkg.in/yaml.v3 v3.0.1 // indirect
168
157
gorm.io/driver/postgres v1.5.11 // indirect
169
158
gorm.io/driver/sqlite v1.5.7 // indirect
170
159
gorm.io/gorm v1.25.12 // indirect
171
- helm.sh/helm/v3 v3.17.3 // indirect
172
- k8s.io/api v0.32 .2 // indirect
173
- k8s.io/apiextensions-apiserver v0.32 .2 // indirect
174
- k8s.io/apimachinery v0.32 .2 // indirect
175
- k8s.io/apiserver v0.32 .2 // indirect
176
- k8s.io/cli-runtime v0.32 .2 // indirect
177
- k8s.io/client-go v0.32 .2 // indirect
178
- k8s.io/component-base v0.32 .2 // indirect
160
+ helm.sh/helm/v3 v3.18.4 // indirect
161
+ k8s.io/api v0.33 .2 // indirect
162
+ k8s.io/apiextensions-apiserver v0.33 .2 // indirect
163
+ k8s.io/apimachinery v0.33 .2 // indirect
164
+ k8s.io/apiserver v0.33 .2 // indirect
165
+ k8s.io/cli-runtime v0.33 .2 // indirect
166
+ k8s.io/client-go v0.33 .2 // indirect
167
+ k8s.io/component-base v0.33 .2 // indirect
179
168
k8s.io/klog/v2 v2.130.1 // indirect
180
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
181
- k8s.io/kubectl v0.32 .2 // indirect
169
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
170
+ k8s.io/kubectl v0.33 .2 // indirect
182
171
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
183
- oras.land/oras-go v1.2.6 // indirect
172
+ oras.land/oras-go/v2 v2.6.0 // indirect
184
173
sigs.k8s.io/controller-runtime v0.20.1 // indirect
185
174
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
186
175
sigs.k8s.io/kustomize/api v0.19.0 // indirect
187
176
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
188
- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
177
+ sigs.k8s.io/randfill v1.0.0 // indirect
178
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
189
179
sigs.k8s.io/yaml v1.4.0 // indirect
190
180
)
191
-
192
- require (
193
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
194
- github.com/n2h9/fork-meshery-meshsync v0.0.0-20250525153906-4d835d17e55c
195
- github.com/spf13/pflag v1.0.6 // indirect
196
- )
0 commit comments