From 56d87eee7f4fece111cbbe3b31258851f6c03842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:40:54 +0000 Subject: [PATCH] chore(deps): update module github.com/hyperledger/fabric-contract-api-go to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go.mod b/src/go.mod index 1020b86..450406b 100644 --- a/src/go.mod +++ b/src/go.mod @@ -6,7 +6,7 @@ toolchain go1.25.5 require ( github.com/hyperledger/fabric-chaincode-go v0.0.0-20230731094759-d626e9ab09b9 - github.com/hyperledger/fabric-contract-api-go v1.2.2 + github.com/hyperledger/fabric-contract-api-go/v2 v2.2.0 github.com/hyperledger/fabric-contract-api-go/v2 v2.2.0 github.com/hyperledger/fabric-protos-go v0.3.7 github.com/stretchr/testify v1.11.1