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

Commit

Permalink
Fix go.mod replace statement for VK
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Aug 8, 2019
1 parent 4057374 commit cd8af9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ replace k8s.io/api => k8s.io/api v0.0.0-20190222213804-5cb15d344471
replace k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628

replace k8s.io/kubernetes => k8s.io/kubernetes v1.13.7

replace github.com/virtual-kubelet/virtual-kubelet => /Users/ghartmann/code/virtual-kubelet/virtual-kubelet
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/virtual-kubelet/virtual-kubelet v0.11.1 h1:ZGdlzuiTQebOr0L1WGNzCkM47gkWRUgEU+8v3NVwweI=
github.com/virtual-kubelet/virtual-kubelet v0.11.1/go.mod h1:U/LQr7vG/vQ3BnnPGaHQST7igDltJ7Jrg5kR6VdUIgk=
github.com/virtual-kubelet/virtual-kubelet v1.0.0 h1:zR1JNFWVtwk1NTzO97+5Lf1Vgxv7l3GCZgzAIvA2X/0=
github.com/virtual-kubelet/virtual-kubelet v1.0.0/go.mod h1:U/LQr7vG/vQ3BnnPGaHQST7igDltJ7Jrg5kR6VdUIgk=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
Expand Down

0 comments on commit cd8af9b

Please sign in to comment.