Skip to content

Commit

Permalink
Add shim/ext deps to ccenv
Browse files Browse the repository at this point in the history
ccenv currently includes the core/chaincode/shim
and it's transitive dependencies.  But it also
includes shim/ext/... but does not include the
depoendencies for the ext sub-packages

FAB-15942 #done

Change-Id: I220074625615e78b252da7e0a0c0b19915dcb525
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Jul 12, 2019
1 parent f57b952 commit 2828622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/goListFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_golang_src() {
list_deps() {
target=$1

deps=`go list -f '{{ join .Deps "\n" }}' $target`
deps=`go list -f '{{ join .Deps "\n" }}' $target/...`

find_golang_src $GOPATH/src/$target

Expand Down

0 comments on commit 2828622

Please sign in to comment.