Skip to content

Commit

Permalink
[FAB-11332] update dep to v0.5
Browse files Browse the repository at this point in the history
Change-Id: Ia3c079c709f4d353e08652a3fc7a1d93a1023bca
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Aug 6, 2018
1 parent fb01cc7 commit 7ce40f9
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 2,551 deletions.
258 changes: 233 additions & 25 deletions Gopkg.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gotool.ginkgo:
@GOPATH=$(abspath $(GOTOOLS_GOPATH)) GOBIN=$(abspath $(GOTOOLS_BINDIR)) go install github.com/onsi/ginkgo/ginkgo

# Lock to a versioned dep
gotool.dep: DEP_VERSION ?= "v0.4.1"
gotool.dep: DEP_VERSION ?= "v0.5.0"
gotool.dep:
@GOPATH=$(abspath $(GOTOOLS_GOPATH)) go get -d -u github.com/golang/dep
@git -C $(abspath $(GOTOOLS_GOPATH))/src/github.com/golang/dep checkout -q $(DEP_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# SPDX-License-Identifier: Apache-2.0

dep version
dep ensure --no-vendor --dry-run
dep check
683 changes: 0 additions & 683 deletions vendor/github.com/spf13/cobra/cobra/cmd/license_agpl.go

This file was deleted.

238 changes: 0 additions & 238 deletions vendor/github.com/spf13/cobra/cobra/cmd/license_apache_2.go

This file was deleted.

71 changes: 0 additions & 71 deletions vendor/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_2.go

This file was deleted.

Loading

0 comments on commit 7ce40f9

Please sign in to comment.