Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Updated go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: dhruv0000 <[email protected]>
  • Loading branch information
dhruv0000 committed Jan 27, 2021
1 parent 40147bf commit 50719d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 63 deletions.
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ module github.com/layer5io/meshery-osm

go 1.15

replace (
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
github.com/layer5io/meshery-adapter-library v0.1.11 => ../meshery-adapter-library
github.com/layer5io/meshkit v0.1.31 => ../meshkit
)
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f

require (
github.com/layer5io/meshery-adapter-library v0.1.11
github.com/layer5io/meshkit v0.1.31
github.com/layer5io/meshery-adapter-library v0.1.12-0.20210127214045-50f4c3bbd783
github.com/layer5io/meshkit v0.2.1-0.20210127211805-88e99ca45457
github.com/layer5io/service-mesh-performance v0.3.2
)
Loading

0 comments on commit 50719d5

Please sign in to comment.