From 637ef6342565f2aa71641051c8555b2c47228e93 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 4 Dec 2020 13:31:59 +0000 Subject: [PATCH] FAB-18367 Update Go client samples to use RC1 of Go SDK (#385) Signed-off-by: andrew-coleman --- asset-transfer-basic/application-go/go.mod | 2 +- fabcar/go/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asset-transfer-basic/application-go/go.mod b/asset-transfer-basic/application-go/go.mod index 92928e17..dad8228a 100644 --- a/asset-transfer-basic/application-go/go.mod +++ b/asset-transfer-basic/application-go/go.mod @@ -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 diff --git a/fabcar/go/go.mod b/fabcar/go/go.mod index 2f495faf..d23a5bcc 100644 --- a/fabcar/go/go.mod +++ b/fabcar/go/go.mod @@ -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