From 74efb570a49bcee3294e085fa3ed5fbe7f4e1ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:05:22 +0000 Subject: [PATCH] chore(deps): bump github.com/gravity-devs/liquidity from 1.5.1 to 1.5.3 Bumps [github.com/gravity-devs/liquidity](https://github.com/gravity-devs/liquidity) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/gravity-devs/liquidity/releases) - [Changelog](https://github.com/Gravity-Devs/liquidity/blob/master/CHANGELOG.md) - [Commits](https://github.com/gravity-devs/liquidity/compare/v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: github.com/gravity-devs/liquidity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- go.sum | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index def15ef8efc..2409ffa10ec 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/golang/protobuf v1.5.2 github.com/golangci/golangci-lint v1.50.1 github.com/gorilla/mux v1.8.0 - github.com/gravity-devs/liquidity v1.5.1 + github.com/gravity-devs/liquidity v1.5.3 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/pkg/errors v0.9.1 // indirect github.com/rakyll/statik v0.1.7 @@ -285,14 +285,14 @@ replace ( // dragonberry github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 - // use cosmos style protobufs - github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - // enforce same SDK, Tendermint and IBC on all dependencies github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.11 - github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.24 github.com/cosmos/ibc-go/v3 => github.com/cosmos/ibc-go/v3 v3.4.0 + // use cosmos style protobufs + github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 + github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.24 + // latest grpc doesn't work with with our modified proto compiler, so we need to enforce // the following version across all dependencies. google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index cdbd3fbe67d..83371724326 100644 --- a/go.sum +++ b/go.sum @@ -571,8 +571,8 @@ github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW github.com/gostaticanalysis/testutil v0.3.1-0.20210208050101-bfb5c8eec0e4/go.mod h1:D+FIZ+7OahH3ePw/izIEeH5I06eKs1IKI4Xr64/Am3M= github.com/gostaticanalysis/testutil v0.4.0 h1:nhdCmubdmDF6VEatUNjgUZBJKWRqugoISdUv3PPQgHY= github.com/graph-gophers/graphql-go v1.3.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= -github.com/gravity-devs/liquidity v1.5.1 h1:auhUXv0STUdzfu0pXSQ1iR6umMq0B4jzkC5bHe56xxU= -github.com/gravity-devs/liquidity v1.5.1/go.mod h1:hptEU310SpzhofYiM2ckrIGEDSvnTXJJWZtRQVb/Lk0= +github.com/gravity-devs/liquidity v1.5.3 h1:QbMHk1q+dzlM76Zv3vxaHhq4lBdhaelB0g7NmLbsv2Q= +github.com/gravity-devs/liquidity v1.5.3/go.mod h1:ULtNk738lNb1Kh31larCNxZ7IK21TeKZmNzS/OkE0hw= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.2.2/go.mod h1:EaizFBKfUKtMIF5iaDEhniwNedqGo9FuLFzppDr3uwI= github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=