From 3b60f7ed2df4093bd8bdf9b2defc52308fe3f89f Mon Sep 17 00:00:00 2001 From: Charles Dusek Date: Wed, 23 Aug 2023 00:22:49 +0000 Subject: [PATCH] Update onomy-sdk import --- go.mod | 9 +-------- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index a078ad34..c1e46b10 100644 --- a/go.mod +++ b/go.mod @@ -145,14 +145,7 @@ require ( replace ( github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 - // How to update: run `go get github.com/onomyprotocol/onomy-sdk@[commit hash here]`, look - // at the warning for something in the format v...-[date]-[hash beginning], and paste that - // below, next time `go mod tidy` is run it should work. Note that the v prefix may be wrong, - // but as long as the hash is correct it is good. Additionally: for some reason it seems there - // are anomolous build errors unless a hash from an accepted merge commit specifically is used. - //github.com/cosmos/cosmos-sdk => ../onomy-sdk - // v0.45.16-ics-onomy - github.com/cosmos/cosmos-sdk => github.com/onomyprotocol/onomy-sdk v0.44.6-0.20230822174525-3949f4f75a37 + github.com/cosmos/cosmos-sdk => github.com/onomyprotocol/onomy-sdk v0.45.16-onomy-dev github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28 google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index 93f3d808..e0787c68 100644 --- a/go.sum +++ b/go.sum @@ -2200,8 +2200,8 @@ github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:v github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.2/go.mod h1:rSAaSIOAGT9odnlyGlUfAJaoc5w2fSBUmeGDbRWPxyQ= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/onomyprotocol/onomy-sdk v0.44.6-0.20230822174525-3949f4f75a37 h1:2/Q3vA04I+3TEfdRl9S86d2ksO3AlT4F57dlsV3nMjc= -github.com/onomyprotocol/onomy-sdk v0.44.6-0.20230822174525-3949f4f75a37/go.mod h1:bScuNwWAP0TZJpUf+SHXRU3xGoUPp+X9nAzfeIXts40= +github.com/onomyprotocol/onomy-sdk v0.45.16-onomy-dev h1:F20dakt5EmzrcgciM4uvz4Vkm5h1hsBBSxvPypR0038= +github.com/onomyprotocol/onomy-sdk v0.45.16-onomy-dev/go.mod h1:bScuNwWAP0TZJpUf+SHXRU3xGoUPp+X9nAzfeIXts40= github.com/onsi/ginkgo v0.0.0-20151202141238-7f8ab55aaf3b/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=