Skip to content

Commit

Permalink
Merge pull request #97 from meshery/utkarsh-pro/deps-update
Browse files Browse the repository at this point in the history
Update meshkit version to v0.2.34
  • Loading branch information
tangledbytes authored Nov 16, 2021
2 parents 43881a0 + f089a28 commit 88cbf67
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 185 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ module github.com/layer5io/meshsync
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.20200806180306-b7e46afd657f
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
)

go 1.13

require (
github.com/buger/jsonparser v1.1.1
github.com/google/uuid v1.1.1
github.com/layer5io/meshkit v0.2.14
github.com/google/uuid v1.1.2
github.com/layer5io/meshkit v0.2.34
github.com/myntra/pipeline v0.0.0-20180618182531-2babf4864ce8
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.1
gorm.io/gorm v1.20.10
k8s.io/api v0.18.12
k8s.io/apimachinery v0.18.12
k8s.io/client-go v0.18.12
k8s.io/kubectl v0.18.8
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
k8s.io/kubectl v0.21.0
)
Loading

0 comments on commit 88cbf67

Please sign in to comment.