Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo De Caro <[email protected]>
  • Loading branch information
adecaro committed Sep 19, 2024
1 parent 8b9199f commit e2b61d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/hyperledger-labs/fabric-token-sdk
go 1.22.6

require (
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da
github.com/hashicorp/go-uuid v1.0.3
github.com/hyperledger-labs/fabric-smart-client v0.3.1-0.20240916124041-9962e1244257
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -626,14 +626,14 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde h1:3pdSyTNhDTQcx9spTgXGeWwTPx2SPLYZqI9m8TRfxIo=
github.com/IBM/idemix v0.0.2-0.20240614151806-1a543779efde/go.mod h1:46iNIkGm/8hQBo8ziI4oxiVW3WQkkxIqEbq+VbJviR8=
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760 h1:KkXCAlR4QIFcDc+/PNVCzGbSGs9sunN852ob8tUwA64=
github.com/IBM/idemix v0.0.2-0.20240816143710-3dce4618d760/go.mod h1:VJKQspYKuHLuG8ukNHfFsFgD+NaJHlNO58ZWShlnPi4=
github.com/IBM/idemix/bccsp/schemes/aries v0.0.0-20240614151806-1a543779efde h1:3W6Vi6/p6biN5bbBnTum747oPW5cw4D/0GKK4cyRO5Y=
github.com/IBM/idemix/bccsp/schemes/aries v0.0.0-20240614151806-1a543779efde/go.mod h1:ldQeOz5oa0iJicd2FFEd2jToS9XNncKSvFnUVNjTjRk=
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20240614151806-1a543779efde h1:WQRp4JspTrBiP5+qihCI7ZcgCznPsjBdfxoBWYw5y74=
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20240614151806-1a543779efde/go.mod h1:FC0vVgNI6bv8GH0VTwjup+arwJ8Tau1iEhroWZ1oPwU=
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde h1:XSatatyDWYDYxwqxtiCA9hdwaadIqrGf23g/gq9T900=
github.com/IBM/idemix/bccsp/types v0.0.0-20240614151806-1a543779efde/go.mod h1:IMIJ8WcUpBmV4gcOO/BYKuFYpdXCPYZjpNhFSUlO9b8=
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760 h1:4tcdWj0MONt4JtiqNESWMuWSb5rDInIFzlUSbncHlCM=
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760/go.mod h1:4bYvi+a50aXxmHf1vwuvR+Wd8YXZ6AhT+0p5oK4xdOA=
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da h1:qqGozq4tF6EOVnWoTgBoJGudRKKZXSAYnEtDggzTnsw=
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da/go.mod h1:Tco9QzE3fQzjMS7nPbHDeFfydAzctStf1Pa8hsh6Hjs=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
Expand Down

0 comments on commit e2b61d1

Please sign in to comment.