Skip to content

Commit

Permalink
build: bump dependencies to latest in main (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Mar 23, 2023
1 parent d610945 commit 71f7060
Show file tree
Hide file tree
Showing 12 changed files with 415 additions and 367 deletions.
21 changes: 13 additions & 8 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/regen-network/regen-ledger/api/v2
go 1.19

require (
github.com/cosmos/cosmos-proto v1.0.0-beta.1
github.com/cosmos/cosmos-proto v1.0.0-beta.3
github.com/cosmos/cosmos-sdk/api v0.1.0
github.com/cosmos/cosmos-sdk/orm v1.0.0-alpha.12
github.com/cosmos/gogoproto v1.4.3
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
github.com/cosmos/gogoproto v1.4.6
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
)

require (
Expand All @@ -25,12 +25,17 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
github.com/tendermint/tm-db v0.6.7 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
)

// https://github.com/regen-network/regen-ledger/security/dependabot/105
replace golang.org/x/net => golang.org/x/net v0.8.0
142 changes: 34 additions & 108 deletions api/go.sum

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/regen-network/regen-ledger/v5
go 1.19

require (
cosmossdk.io/math v1.0.0-beta.4
cosmossdk.io/math v1.0.0
github.com/cosmos/cosmos-sdk v0.46.7
github.com/cosmos/ibc-go/v5 v5.2.0
github.com/gorilla/mux v1.8.0
Expand All @@ -12,7 +12,7 @@ require (
github.com/regen-network/regen-ledger/x/data/v2 v2.1.0
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.1.0
github.com/regen-network/regen-ledger/x/intertx v1.1.0
github.com/rs/zerolog v1.28.0
github.com/rs/zerolog v1.29.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
Expand Down Expand Up @@ -112,7 +112,7 @@ require (
github.com/magiconair/properties v1.8.6 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
Expand All @@ -121,7 +121,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down Expand Up @@ -153,9 +153,9 @@ require (
golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.103.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -179,10 +179,10 @@ replace github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27

// https://github.com/regen-network/regen-ledger/security/dependabot/86
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.7
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0

// https://github.com/regen-network/regen-ledger/security/dependabot/94
replace github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.7.0
replace github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.7.1

// https://github.com/regen-network/regen-ledger/security/dependabot/105
replace golang.org/x/net => golang.org/x/net v0.7.0
replace golang.org/x/net => golang.org/x/net v0.8.0
Loading

0 comments on commit 71f7060

Please sign in to comment.