mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
Specify go 1.18 instead of go 1.19 in go.mod files
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
This commit is contained in:
parent
88a61065f6
commit
dd4712e042
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module assetTransfer
|
module assetTransfer
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/hyperledger/fabric-gateway v1.1.1
|
github.com/hyperledger/fabric-gateway v1.1.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module asset-transfer-basic
|
module asset-transfer-basic
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module assetTransfer
|
module assetTransfer
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/hyperledger/fabric-gateway v1.1.1
|
github.com/hyperledger/fabric-gateway v1.1.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module fabcar
|
module fabcar
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/hyperledger/fabric-samples/asset-transfer-basic/application-gateway-hsm/go
|
module github.com/hyperledger/fabric-samples/asset-transfer-basic/application-gateway-hsm/go
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/hyperledger/fabric-gateway v1.1.1
|
github.com/hyperledger/fabric-gateway v1.1.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/hyperledger/fabric-samples/high-throughput/application-go
|
module github.com/hyperledger/fabric-samples/high-throughput/application-go
|
||||||
|
|
||||||
go 1.19
|
go 1.18
|
||||||
|
|
||||||
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
require github.com/hyperledger/fabric-sdk-go v1.0.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue