-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "update simpleasset to refer to go modules"
This reverts commit 29e2364.
- Loading branch information
Showing
8 changed files
with
36 additions
and
103 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
simpleasset | ||
asset-mgmt | ||
mocks |
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
build: | ||
base-class: | ||
cp -r ../../../core/network/fabric-interop-cc/interfaces/asset-mgmt . | ||
build: base-class | ||
go build -v . | ||
test: | ||
test: base-class | ||
cp -r ../../../core/network/fabric-interop-cc/contracts/interop/mocks . | ||
go test -v . | ||
clean: | ||
rm -rf asset-mgmt | ||
rm -rf mocks | ||
rm simpleasset || 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
module github.com/hyperledger-labs/weaver-dlt-interoperability/samples/fabric/simpleasset | ||
module github.com/hyperledger-labs/weaver/samples/simpleasset | ||
|
||
go 1.15 | ||
|
||
replace github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt => ./asset-mgmt | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.1 | ||
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/contracts/interop v1.2.1 | ||
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.2.1 | ||
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9 | ||
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v0.0.0-20210712215013-866f5840a1a9 | ||
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v0.0.0-00010101000000-000000000000 | ||
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210319203922-6b661064d4d9 | ||
github.com/hyperledger/fabric-contract-api-go v1.1.1 | ||
github.com/hyperledger/fabric-protos-go v0.0.0-20210720123151-f0dc3e2a0871 | ||
github.com/hyperledger/fabric-protos-go v0.0.0-20210528200356-82833ecdac31 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
) |
Large diffs are not rendered by default.
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
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