mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
FAB-18367 Update Go client samples to use RC1 of Go SDK (#385)
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
This commit is contained in:
parent
d6773d502c
commit
637ef63425
2 changed files with 2 additions and 2 deletions
|
|
@ -2,4 +2,4 @@ module asset-transfer-basic
|
|||
|
||||
go 1.14
|
||||
|
||||
require github.com/hyperledger/fabric-sdk-go v1.0.0-beta3.0.20201006151309-9c426dcc5096
|
||||
require github.com/hyperledger/fabric-sdk-go v1.0.0-rc1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ module fabcar
|
|||
|
||||
go 1.14
|
||||
|
||||
require github.com/hyperledger/fabric-sdk-go v1.0.0-beta2
|
||||
require github.com/hyperledger/fabric-sdk-go v1.0.0-rc1
|
||||
|
|
|
|||
Loading…
Reference in a new issue