Skip to content

Commit

Permalink
build: update app to latest regen modules (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Jun 8, 2023
1 parent 9ef8bc5 commit 647f539
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/gorilla/mux v1.8.0
github.com/rakyll/statik v0.1.7
github.com/regen-network/regen-ledger/types/v2 v2.3.1
github.com/regen-network/regen-ledger/x/data/v2 v2.3.0
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0
github.com/regen-network/regen-ledger/x/intertx v1.3.1
github.com/regen-network/regen-ledger/x/data/v2 v2.3.1
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.1
github.com/regen-network/regen-ledger/x/intertx v1.3.2
github.com/rs/zerolog v1.29.1
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1022,12 +1022,12 @@ github.com/regen-network/regen-ledger/api/v2 v2.3.0 h1:JxIBz1TwTAxTGS+W++cNRYAix
github.com/regen-network/regen-ledger/api/v2 v2.3.0/go.mod h1:acik56MozkBDT9WTnCJtOLF2gXOQfTdtgkV87ah/L5A=
github.com/regen-network/regen-ledger/types/v2 v2.3.1 h1:PeO0O4xsGrIZWl6jjBlqddFIDU+wFkaUu5Ygp30PbBw=
github.com/regen-network/regen-ledger/types/v2 v2.3.1/go.mod h1:h2pp1rYMAHwLuTet6XJVI6fX2lpvpiSoJVrEFfzK9n8=
github.com/regen-network/regen-ledger/x/data/v2 v2.3.0 h1:wW19d1Pic5gfyuezYB48/bvNpLPPwGzsAxbJa3VXNLg=
github.com/regen-network/regen-ledger/x/data/v2 v2.3.0/go.mod h1:TJT846ARJ4xQwwLZYyEqDyNfMDbQUN3YY2mI5UqJ/Ms=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0 h1:hgR5fKgqu1l87ZrKpU0ynt6oFYqBo/SiI8FKCpXla/M=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0/go.mod h1:g7C963blS3ciIKhewOwzfM5YKyl3DE8pgqE3AOmHiBg=
github.com/regen-network/regen-ledger/x/intertx v1.3.1 h1:yjO9nBL+WqQhaJ7b6jErIf2hwoPUQp6YApSda5EKfx0=
github.com/regen-network/regen-ledger/x/intertx v1.3.1/go.mod h1:tvOGx7W1/3aeHULmIyTZNN2f7lpzytd9zoqwV3H4AmU=
github.com/regen-network/regen-ledger/x/data/v2 v2.3.1 h1:puesf8ZTtnxJ4TwZRnOs5Ksa7x/nVmvta4bpcbPwYfs=
github.com/regen-network/regen-ledger/x/data/v2 v2.3.1/go.mod h1:ndQ8oQTMbSI+1YNiqeneR87XOo2l2iXKyVbBOAN9ctQ=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.1 h1:vCR8s6Xt//L1JwnE8OZ7b48HsZR2InN6LMDA8KuKX78=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.1/go.mod h1:ZxMJW3ok1qDM4zPCvyVSE39hNg2vB3no0k8D7DTixiA=
github.com/regen-network/regen-ledger/x/intertx v1.3.2 h1:KKLGAQHS7n1hBJtglOh+5R53EzyH7R3XKh/SIZMe7lU=
github.com/regen-network/regen-ledger/x/intertx v1.3.2/go.mod h1:6FJaniQ+qfTNa6pk2CQ9oWarUU5CboLkbdbv8y1AXZs=
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52/go.mod h1:RDpi1RftBQPUCDRw6SmxeaREsAaRKnOclghuzp/WRzc=
github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRrjvIXnJho=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down

0 comments on commit 647f539

Please sign in to comment.