Skip to content

Commit

Permalink
[FAB-6776] Dep 0.4.1
Browse files Browse the repository at this point in the history
Change-Id: I51b7560dd4f9bcaf21570ddf4ef291efe84a26cd
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Jan 25, 2018
1 parent ef80627 commit d296d35
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 23 deletions.
104 changes: 94 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions Gopkg.toml
Expand Up @@ -50,14 +50,6 @@
# Note: tagged version is old.
# version = "0.8.0"

[[constraint]]
name = "github.com/spf13/cast"
version = "1.1.0"

[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"

[[constraint]]
name = "golang.org/x/crypto"
branch = "master"
Expand All @@ -66,10 +58,6 @@
name = "golang.org/x/sync"
branch = "master"

[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.0"
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -122,7 +122,7 @@ FABRIC_TOOLS_PRERELEASE_TAG := $(ARCH)-$(FABRIC_PRERELEASE_VERSION)
FABRIC_TOOLS_DEVSTABLE_TAG := DEV_STABLE

# The version of dep that will be installed by depend-install (or in the CI)
GO_DEP_COMMIT := v0.3.1
GO_DEP_COMMIT := v0.4.1

# The version of mockgen that will be installed by depend-install
GO_MOCKGEN_COMMIT := v1.0.0
Expand Down

0 comments on commit d296d35

Please sign in to comment.