-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor package dependencies for go chaincode
- add dep Gopkg.toml for each go chaincode - use `dep ensure` to vendor chaincode dependencies - increase timeout for the fabric-client tests - update the golang cds fixtures - filter files related to vendoring from package assertions - filter directories from _findFileNames FABN-1357 Signed-off-by: Matthew Sykes <[email protected]> Change-Id: Ifeef2ba8b28b42fc8094ececbd5702f5beba529c Signed-off-by: Matthew Sykes <[email protected]>
- Loading branch information
Showing
4,759 changed files
with
3,689,183 additions
and
24 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
149 changes: 149 additions & 0 deletions
149
fabric-client/test/data/go/src/golang-contract/Gopkg.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright IBM Corp All Rights Reserved. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/hyperledger/fabric-chaincode-go" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/hyperledger/fabric-protos-go" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
fabric-client/test/data/go/src/golang-contract/vendor/github.com/golang/protobuf/AUTHORS
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...ic-client/test/data/go/src/golang-contract/vendor/github.com/golang/protobuf/CONTRIBUTORS
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
fabric-client/test/data/go/src/golang-contract/vendor/github.com/golang/protobuf/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.