Skip to content

Commit

Permalink
[FABG-900] Remove third_party fabric module
Browse files Browse the repository at this point in the history
This change removes the module definition third_party/.../fabric
since protos have now been externalized.

Change-Id: I621627332ed26d09f501045588060373ab8eb174
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Aug 27, 2019
1 parent 7dc798e commit 6c3f788
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 53 deletions.
3 changes: 0 additions & 3 deletions scripts/third_party_pins/fabric/apply_upstream.sh
Expand Up @@ -45,9 +45,6 @@ echo 'Removing current upstream project from working directory ...'
rm -Rf "${THIRDPARTY_FABRIC_PATH}" "${THIRDPARTY_INTERNAL_FABRIC_PATH}"
mkdir -p "${THIRDPARTY_FABRIC_PATH}" "${THIRDPARTY_INTERNAL_FABRIC_PATH}"

# restore module definitions
git checkout "${THIRDPARTY_FABRIC_PATH}/go.mod" "${THIRDPARTY_FABRIC_PATH}/go.sum"

# Create internal utility structure
mkdir -p ${TMP_PROJECT_PATH}/internal/protoutil
cp -R ${TMP_PROJECT_PATH}/protoutil ${TMP_PROJECT_PATH}/internal/
Expand Down
3 changes: 0 additions & 3 deletions test/integration/go.mod
Expand Up @@ -6,13 +6,10 @@ module github.com/hyperledger/fabric-sdk-go/test/integration

replace github.com/hyperledger/fabric-sdk-go => ../../

replace github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric => ../../third_party/github.com/hyperledger/fabric

require (
github.com/golang/protobuf v1.3.2
github.com/hyperledger/fabric-protos-go v0.0.0-20190823190507-26c33c998676
github.com/hyperledger/fabric-sdk-go v0.0.0-00010101000000-000000000000
github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric v2.0.0-alpha+incompatible
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
google.golang.org/grpc v1.23.0
Expand Down
3 changes: 0 additions & 3 deletions test/performance/go.mod
Expand Up @@ -6,13 +6,10 @@ module github.com/hyperledger/fabric-sdk-go/test/performance

replace github.com/hyperledger/fabric-sdk-go => ../../

replace github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric => ../../third_party/github.com/hyperledger/fabric

require (
github.com/golang/protobuf v1.3.2
github.com/hyperledger/fabric-protos-go v0.0.0-20190823190507-26c33c998676
github.com/hyperledger/fabric-sdk-go v0.0.0-00010101000000-000000000000
github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric v2.0.0-alpha+incompatible
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
Expand Down
11 changes: 0 additions & 11 deletions third_party/github.com/hyperledger/fabric/go.mod

This file was deleted.

33 changes: 0 additions & 33 deletions third_party/github.com/hyperledger/fabric/go.sum

This file was deleted.

0 comments on commit 6c3f788

Please sign in to comment.