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: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/layer5io/meshery

go 1.23.4

toolchain go1.24.1

// replace github.com/layer5io/meshkit v0.8.15 => ../meshkit

replace github.com/vektah/gqlparser/v2 => github.com/vektah/gqlparser/v2 v2.5.11
Expand Down Expand Up @@ -37,7 +39,7 @@ require (
github.com/layer5io/gowrk2 v0.6.1
github.com/layer5io/meshery-operator v0.8.3
github.com/layer5io/meshkit v0.8.17
github.com/layer5io/meshsync v0.8.5
github.com/layer5io/meshsync v0.8.6
github.com/layer5io/nighthawk-go v1.0.3
github.com/layer5io/service-mesh-performance v0.6.1
github.com/lib/pq v1.10.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1596,8 +1596,8 @@ github.com/layer5io/meshery-operator v0.8.3/go.mod h1:Wi9ODHppoq8ODtzdfiplWYJXYp
github.com/layer5io/meshkit v0.2.7/go.mod h1:QvEKV8wIEOabiFlUgiu+s78GpJTsRpoRw5pgvEX077Y=
github.com/layer5io/meshkit v0.8.17 h1:ALGQlRriCMlBXOpC3QrLwJSa8qWy28Fv/wISyERJ6TQ=
github.com/layer5io/meshkit v0.8.17/go.mod h1:ocQLHERnWyippvwulKA4TqxBi7e7mTvZgOA1ragCxiw=
github.com/layer5io/meshsync v0.8.5 h1:mnRgCxaDJRHZUl/KKRxzg54s084wfxm85DaA4BREXS0=
github.com/layer5io/meshsync v0.8.5/go.mod h1:FsAfvQ+9HOjbOeAutrzoHDzAohmmnWpcaDEE0ygfGyg=
github.com/layer5io/meshsync v0.8.6 h1:rioO1LH2Ue/ZsYmszSe9DOOr2BDr6vnDraX4QIPDPLA=
github.com/layer5io/meshsync v0.8.6/go.mod h1:FsAfvQ+9HOjbOeAutrzoHDzAohmmnWpcaDEE0ygfGyg=
github.com/layer5io/nighthawk-go v1.0.3 h1:AGhip7TM8FjaDJ58jU/7BoPx+O45S7UNImfw7vC2Z0U=
github.com/layer5io/nighthawk-go v1.0.3/go.mod h1:iKEQtXtfvcJ4zNVRqmCzMeamnfiiQrd4CNHgdQQC49Y=
github.com/layer5io/service-mesh-performance v0.6.1 h1:Q1k6E96UEwcmNIirbMpRY7Odost1eOdrCh6R8IbTOXs=
Expand Down
Loading