Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 314b4e3

Browse files
committedJan 21, 2025·
bump fabric-chaincode-go to v2.1.0
Signed-off-by: Fedor Partanskiy <fedor.partanskiy@atme.com>
1 parent c425627 commit 314b4e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/gorilla/handlers v1.5.2
1717
github.com/gorilla/mux v1.8.1
1818
github.com/hyperledger-labs/SmartBFT v0.0.0-20241013183757-134292d4208a
19-
github.com/hyperledger/fabric-chaincode-go/v2 v2.0.1-0.20250121175327-41f06f2fb25a
19+
github.com/hyperledger/fabric-chaincode-go/v2 v2.1.0
2020
github.com/hyperledger/fabric-config v0.3.0
2121
github.com/hyperledger/fabric-lib-go v1.1.3-0.20240523144151-25edd1eaf5f5
2222
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,8 @@ github.com/hyperledger/aries-bbs-go v0.0.0-20240528084656-761671ea73bc h1:3Ykk6M
887887
github.com/hyperledger/aries-bbs-go v0.0.0-20240528084656-761671ea73bc/go.mod h1:Kofn6A6WWea1ZM8Rys5aBW9dszwJ7Ywa0kyyYL0TPYw=
888888
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2 h1:B1Nt8hKb//KvgGRprk0h1t4lCnwhE9/ryb1WqfZbV+M=
889889
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2/go.mod h1:X+DIyUsaTmalOpmpQfIvFZjKHQedrURQ5t4YqquX7lE=
890-
github.com/hyperledger/fabric-chaincode-go/v2 v2.0.1-0.20250121175327-41f06f2fb25a h1:SQYCyYY0TVg7wytRiha9QW2s3+HugpCUOPCwtcDBe2Q=
891-
github.com/hyperledger/fabric-chaincode-go/v2 v2.0.1-0.20250121175327-41f06f2fb25a/go.mod h1:ukM+tmj1jVLvjn3612EhDswaD3pz7i+YTZKcZCE0Erg=
890+
github.com/hyperledger/fabric-chaincode-go/v2 v2.1.0 h1:/TwtyM32+YF743mShDUzO7UIBiwQ861y6Pm5lrfmeyM=
891+
github.com/hyperledger/fabric-chaincode-go/v2 v2.1.0/go.mod h1:ukM+tmj1jVLvjn3612EhDswaD3pz7i+YTZKcZCE0Erg=
892892
github.com/hyperledger/fabric-config v0.3.0 h1:FS5/dc9GAniljP6RYxQRG92AaiBVoN2vTvtOvnWqeQs=
893893
github.com/hyperledger/fabric-config v0.3.0/go.mod h1:kSevTn78K83Suc++JsEo7Nt1tYIPqDajW+ORz3OhWlg=
894894
github.com/hyperledger/fabric-lib-go v1.1.3-0.20240523144151-25edd1eaf5f5 h1:RPWTL5wxAb+xDOrsCU3QYZP65305F8v3PaOyzdbPVMU=

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ github.com/hyperledger/fabric-amcl/amcl
216216
github.com/hyperledger/fabric-amcl/amcl/FP256BN
217217
github.com/hyperledger/fabric-amcl/core
218218
github.com/hyperledger/fabric-amcl/core/FP256BN
219-
# github.com/hyperledger/fabric-chaincode-go/v2 v2.0.1-0.20250121175327-41f06f2fb25a
219+
# github.com/hyperledger/fabric-chaincode-go/v2 v2.1.0
220220
## explicit; go 1.22.0
221221
github.com/hyperledger/fabric-chaincode-go/v2/pkg/statebased
222222
github.com/hyperledger/fabric-chaincode-go/v2/shim

0 commit comments

Comments
 (0)
Please sign in to comment.