Skip to content

Commit

Permalink
build: update module versions in app module (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Jan 5, 2023
1 parent dc555cc commit 6469a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp

replace github.com/cosmos/cosmos-sdk => github.com/regen-network/cosmos-sdk v0.46.7-regen-2

replace github.com/regen-network/regen-ledger/x/data/v2 => ./x/data

replace github.com/regen-network/regen-ledger/x/ecocredit/v3 => ./x/ecocredit

replace github.com/regen-network/regen-ledger/x/intertx => ./x/intertx

// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,12 @@ github.com/regen-network/regen-ledger/api/v2 v2.0.0 h1:cOuDKcCdaMyukKzFd1ipyrsI8
github.com/regen-network/regen-ledger/api/v2 v2.0.0/go.mod h1:BlpoWbNeDRpsmKe7y/r1m4zTTTog83mIdwJkOaOy4/0=
github.com/regen-network/regen-ledger/types/v2 v2.0.0 h1:bilgbacLBnGdfw6udmXmqLKiwEpk/Tev0Id36ZGNCbs=
github.com/regen-network/regen-ledger/types/v2 v2.0.0/go.mod h1:DE6OBZyUnCTjTajds2tRqhOVE3rzneQuWGflYDCX7jk=
github.com/regen-network/regen-ledger/x/data/v2 v2.0.0 h1:J7PT0DaKCrubofki4ya/JSLYTWzP9neAGRkWOETnoho=
github.com/regen-network/regen-ledger/x/data/v2 v2.0.0/go.mod h1:FFLp6NhFoB4kY0APs/TSz5jzXTV8696W5pIml3oYUPE=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.0.0 h1:e7Jy7p3i8c0UzB/LApb0xIkZcs9QGqagaNAdHVZ0rWg=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.0.0/go.mod h1:ot3J0xV9QXfuGDOZTJQkjlC9H0xcQtHBdAXxLKwM1M8=
github.com/regen-network/regen-ledger/x/intertx v1.0.0 h1:pMOxxDW8y7lqoiN7mnPT+i6wTW4LC6k7kxf3Q4cEgMo=
github.com/regen-network/regen-ledger/x/intertx v1.0.0/go.mod h1:dGHfAX3EIbX6a5W2DS/stRbpG9czuo2DakTgkN/udh4=
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 6469a6f

Please sign in to comment.