Skip to content

Commit e2b61d1

Browse files
committed
tidy up
Signed-off-by: Angelo De Caro <[email protected]>
1 parent 8b9199f commit e2b61d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/hyperledger-labs/fabric-token-sdk
33
go 1.22.6
44

55
require (
6-
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde
7-
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde
6+
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760
7+
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760
88
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da
99
github.com/hashicorp/go-uuid v1.0.3
1010
github.com/hyperledger-labs/fabric-smart-client v0.3.1-0.20240916124041-9962e1244257

Diff for: go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,14 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
626626
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
627627
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
628628
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
629-
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde h1:3pdSyTNhDTQcx9spTgXGeWwTPx2SPLYZqI9m8TRfxIo=
630-
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde/go.mod h1:46iNIkGm/8hQBo8ziI4oxiVW3WQkkxIqEbq+VbJviR8=
629+
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760 h1:KkXCAlR4QIFcDc+/PNVCzGbSGs9sunN852ob8tUwA64=
630+
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760/go.mod h1:VJKQspYKuHLuG8ukNHfFsFgD+NaJHlNO58ZWShlnPi4=
631631
github.com/IBM/idemix/bccsp/schemes/aries v0.0.0-20240614151806-1a543779efde h1:3W6Vi6/p6biN5bbBnTum747oPW5cw4D/0GKK4cyRO5Y=
632632
github.com/IBM/idemix/bccsp/schemes/aries v0.0.0-20240614151806-1a543779efde/go.mod h1:ldQeOz5oa0iJicd2FFEd2jToS9XNncKSvFnUVNjTjRk=
633633
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20240614151806-1a543779efde h1:WQRp4JspTrBiP5+qihCI7ZcgCznPsjBdfxoBWYw5y74=
634634
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20240614151806-1a543779efde/go.mod h1:FC0vVgNI6bv8GH0VTwjup+arwJ8Tau1iEhroWZ1oPwU=
635-
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde h1:XSatatyDWYDYxwqxtiCA9hdwaadIqrGf23g/gq9T900=
636-
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde/go.mod h1:IMIJ8WcUpBmV4gcOO/BYKuFYpdXCPYZjpNhFSUlO9b8=
635+
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760 h1:4tcdWj0MONt4JtiqNESWMuWSb5rDInIFzlUSbncHlCM=
636+
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760/go.mod h1:4bYvi+a50aXxmHf1vwuvR+Wd8YXZ6AhT+0p5oK4xdOA=
637637
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da h1:qqGozq4tF6EOVnWoTgBoJGudRKKZXSAYnEtDggzTnsw=
638638
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da/go.mod h1:Tco9QzE3fQzjMS7nPbHDeFfydAzctStf1Pa8hsh6Hjs=
639639
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=

0 commit comments

Comments
 (0)