Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Bump github.com/cosmos/cosmos-sdk from 0.42.4 to 0.44.3 #120

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ module github.com/public-awesome/stargazer
go 1.16

require (
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/cosmos/cosmos-sdk v0.42.4
github.com/avast/retry-go v3.0.0+incompatible
github.com/cosmos/cosmos-sdk v0.44.3
github.com/dgraph-io/ristretto v0.1.0
github.com/friendsofgo/errors v0.9.2
github.com/gofrs/uuid v3.4.0+incompatible
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481
github.com/lib/pq v1.10.2
github.com/markbates/pkger v0.17.1
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/public-awesome/stargaze v0.7.1-0.20210524174113-b6c8e47f9516
github.com/rs/zerolog v1.21.0
github.com/rs/zerolog v1.23.0
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/spf13/viper v1.7.1
github.com/tendermint/tendermint v0.34.10
github.com/spf13/viper v1.8.1
github.com/tendermint/tendermint v0.34.14
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/randomize v0.0.1
github.com/volatiletech/sqlboiler/v4 v4.5.0
github.com/volatiletech/strmangle v0.0.1
gopkg.in/ini.v1 v1.57.0 // indirect
)

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
Expand Down
Loading