Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.5
// replace github.com/meshery/meshsync v0.8.23 => ../meshsync

require (
github.com/meshery/meshkit v0.8.59
github.com/meshery/meshkit v0.8.64
github.com/meshery/meshsync v0.8.25
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
github.com/spf13/cobra v1.10.2
Expand Down Expand Up @@ -101,7 +101,7 @@ require (
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mattn/go-sqlite3 v1.14.32 // indirect
github.com/meshery/meshery-operator v0.8.11 // indirect
github.com/meshery/schemas v0.8.94 // indirect
github.com/meshery/schemas v0.8.113 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuE
github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/meshery/meshery-operator v0.8.11 h1:eDo2Sw0jjVrXsvvhF8LenADM58pK+7Z68ROPVIejTPc=
github.com/meshery/meshery-operator v0.8.11/go.mod h1:hQEtFKKa5Fr/Mskk6bV5ip3bQ0+3F0u1voYS3XisBp4=
github.com/meshery/meshkit v0.8.59 h1:CfDw4344JFtH4eXVUv76cd5U0DZJWS7kfUxkC8Go1po=
github.com/meshery/meshkit v0.8.59/go.mod h1:p51cnhlf9UsNxhjNvB2+13ZtiRx4Br6j0cXXhU98Qmc=
github.com/meshery/meshkit v0.8.64 h1:tBDAS1tO2iwEOiLEnmjGInalcyL3hf0RHGZ0xkRvxDQ=
github.com/meshery/meshkit v0.8.64/go.mod h1:6FPiF7QshnwH4yFb5gOqbE8x4DpEddqZPuXj9knrzTE=
github.com/meshery/meshsync v0.8.25 h1:kbaMr0VGQROD//SIUakJQf2Ia4vX+14YfyUjL8kISxc=
github.com/meshery/meshsync v0.8.25/go.mod h1:LZhYrj1WtFWTypmomI92xWFostDLjujqaeGalH3ay9g=
github.com/meshery/schemas v0.8.94 h1:Xmjc0+MKUbvFPO/LmS4/0ncVqPpHqID3tuThn4QltQ0=
github.com/meshery/schemas v0.8.94/go.mod h1:1GRdkWXLCzL6Y664T8JWpGMW9EtLaaBMxYD+u4GMG1M=
github.com/meshery/schemas v0.8.113 h1:gQMKIJSKGTT6PuJje0XTxuHfCv9ERVLX9IrG1JyFAM8=
github.com/meshery/schemas v0.8.113/go.mod h1:UwoDPg3j/2BMfytdgaalpemRKUxB9HhFsUZqJA01/G4=
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
Expand Down