Skip to content

Commit

Permalink
Merge pull request #251 from meshery/kumarabd/feature/bmp
Browse files Browse the repository at this point in the history
bump meshkit and adapter library
  • Loading branch information
kumarabd authored Jul 21, 2021
2 parents 35941c2 + 287d85d commit d3742d6
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 23 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ module github.com/layer5io/meshery-istio
go 1.13

replace (
//github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
github.com/spf13/afero => github.com/spf13/afero v1.5.1 // Until viper bug is resolved #1161
gopkg.in/ini.v1 => github.com/go-ini/ini v1.62.0

//github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
//golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
)

require (
github.com/aspenmesh/istio-vet v0.0.0-20200806222806-9c8e9a962b9f
github.com/layer5io/meshery-adapter-library v0.1.20
github.com/layer5io/meshkit v0.2.14
github.com/layer5io/meshery-adapter-library v0.1.21
github.com/layer5io/meshkit v0.2.19
github.com/layer5io/service-mesh-performance v0.3.3
golang.org/x/net v0.0.0-20200927032502-5d4f70055728 // indirect
gopkg.in/yaml.v2 v2.4.0
istio.io/client-go v1.8.0
k8s.io/apimachinery v0.18.12
Expand Down
Loading

0 comments on commit d3742d6

Please sign in to comment.