Skip to content

Commit

Permalink
Fix hack/update/deps.sh for kindnetd code move
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjeet committed Mar 21, 2020
1 parent 6bfc3be commit 24480d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cd "${REPO_ROOT}"
# tidy all modules
hack/go_container.sh go mod tidy
SOURCE_DIR="${REPO_ROOT}/hack/tools" hack/go_container.sh go mod tidy
SOURCE_DIR="${REPO_ROOT}/cmd/kindnetd" hack/go_container.sh go mod tidy
SOURCE_DIR="${REPO_ROOT}/images/kindnetd" hack/go_container.sh go mod tidy
1 change: 1 addition & 0 deletions images/kindnetd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
Expand Down

0 comments on commit 24480d4

Please sign in to comment.