Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go: bump github.com/coinbase/rosetta-cli from 0.8.0 to 0.9.0 #375

Merged
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
1 change: 1 addition & 0 deletions .changelog/375.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go: bump github.com/coinbase/rosetta-cli from 0.8.0 to 0.9.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include common.mk

OASIS_RELEASE := 22.1.10
ROSETTA_CLI_RELEASE := 0.7.8
ROSETTA_CLI_RELEASE := 0.9.0

# Check which tool to use for downloading.
HAVE_WGET := $(shell which wget > /dev/null && echo 1)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.17
replace github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.9-oasis2

require (
github.com/coinbase/rosetta-cli v0.8.0
github.com/coinbase/rosetta-sdk-go v0.7.11-0.20220629212620-136b591fb3f4
github.com/coinbase/rosetta-cli v0.9.0
github.com/coinbase/rosetta-sdk-go v0.7.11
github.com/oasisprotocol/oasis-core/go v0.2201.10
google.golang.org/grpc v1.48.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:z
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
github.com/coinbase/kryptology v1.8.0 h1:Aoq4gdTsJhSU3lNWsD5BWmFSz2pE0GlmrljaOxepdYY=
github.com/coinbase/kryptology v1.8.0/go.mod h1:RYXOAPdzOGUe3qlSFkMGn58i3xUA8hmxYHksuq+8ciI=
github.com/coinbase/rosetta-cli v0.8.0 h1:hZq8JpCvZ9dbEJ3VcSOScQIlq/E++ThfcsfTs4I024I=
github.com/coinbase/rosetta-cli v0.8.0/go.mod h1:mj/z+1Zz4NhFZaocSbK0ttL2wozNKg6w5P9n+vASysw=
github.com/coinbase/rosetta-sdk-go v0.7.11-0.20220629212620-136b591fb3f4 h1:cHRCEzEk+4xerPtuJgO5a71qp7jIwGDKCKq+pte2VHA=
github.com/coinbase/rosetta-sdk-go v0.7.11-0.20220629212620-136b591fb3f4/go.mod h1:HLTqSTSnOGLWHGTxoUJQO2TLuKkas1B9i/7ByerK6lM=
github.com/coinbase/rosetta-cli v0.9.0 h1:rcO9h6n6P9m+Ouw5OwdtuCq4U9eOSdl9Ie3TnWz1SkI=
github.com/coinbase/rosetta-cli v0.9.0/go.mod h1:Bs14/dqJsiUZyB8WkXX/6TwZ8r5hQaWjVbP77Xr7jak=
github.com/coinbase/rosetta-sdk-go v0.7.11 h1:T7camDGstlX2ENVE0QHR1AVu3asSXED0vg1xDaF6bYE=
github.com/coinbase/rosetta-sdk-go v0.7.11/go.mod h1:HLTqSTSnOGLWHGTxoUJQO2TLuKkas1B9i/7ByerK6lM=
github.com/confio/ics23/go v0.6.3/go.mod h1:E45NqnlpxGnpfTWL/xauN7MRwEE28T4Dd4uraToOaKg=
github.com/consensys/bavard v0.1.8-0.20210406032232-f3452dc9b572/go.mod h1:Bpd0/3mZuaj6Sj+PqrmIquiOKy397AKGThQPaGzNXAQ=
github.com/consensys/bavard v0.1.8-0.20210915155054-088da2f7f54a/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI=
Expand Down