Skip to content

Commit c104362

Browse files
authored
Merge pull request #48 from n2h9/update-meshsync-version-00
chore: update meshsync version
2 parents f3e4f3b + 85f3120 commit c104362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/meshery-extensions/kubectl-meshsync-snapshot
22

33
go 1.24.0
44

5-
// replace github.com/meshery/meshsync v0.8.22 => ../meshsync
5+
// replace github.com/meshery/meshsync v0.8.23 => ../meshsync
66

77
require (
88
github.com/layer5io/meshkit v0.8.24
9-
github.com/meshery/meshsync v0.8.22
9+
github.com/meshery/meshsync v0.8.23
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/spf13/cobra v1.9.1
1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ github.com/meshery/meshery-operator v0.8.7 h1:SsiyDiPEcibYtoHlYyziwvCcBVfZOCJxq4
239239
github.com/meshery/meshery-operator v0.8.7/go.mod h1:hQEtFKKa5Fr/Mskk6bV5ip3bQ0+3F0u1voYS3XisBp4=
240240
github.com/meshery/meshkit v0.8.32 h1:zXyMLkOXcu2eIVcAxXBfw72vebpq4m8716RBYGhG1fM=
241241
github.com/meshery/meshkit v0.8.32/go.mod h1:Ym2z/5oSQn1jDQr+Qjmm9pBW7jv+8oXqp5+RYr9NXQI=
242-
github.com/meshery/meshsync v0.8.22 h1:uLymg+riXu7RmLSXo2CbVe02U/swGROJyMZAReQ8gBE=
243-
github.com/meshery/meshsync v0.8.22/go.mod h1:6D/aCTyK8+2VJNFnpJz1IdwvPsdV3ETEJo12VRKfY6I=
242+
github.com/meshery/meshsync v0.8.23 h1:Ss/ysrs0O97l7LM/UYNCv5Kk1asiBED7jmu/oGMhVUw=
243+
github.com/meshery/meshsync v0.8.23/go.mod h1:6D/aCTyK8+2VJNFnpJz1IdwvPsdV3ETEJo12VRKfY6I=
244244
github.com/meshery/schemas v0.8.22 h1:JQ7PoEheiXdkIG/h965L+DB7p/JdGEgs3i5r0EniSt4=
245245
github.com/meshery/schemas v0.8.22/go.mod h1:tuAmsG9WJRjZ0Iv12HIAhKZbWpfpkTRjfPNThKbr7HA=
246246
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=

0 commit comments

Comments
 (0)