From 5c751b67ae4e3131f69c7d88b8d9c1c3e25a98c3 Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Fri, 4 Dec 2020 11:08:12 +0000 Subject: [PATCH] FAB-18367 Update Go client samples to use RC1 of Go SDK 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