File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,6 @@ var versionCmd = &cobra.Command{
132132 Use : "version" ,
133133 Short : "Print rosetta-cli version" ,
134134 Run : func (cmd * cobra.Command , args []string ) {
135- fmt .Println ("v0.5.3 " )
135+ fmt .Println ("v0.5.4 " )
136136 },
137137}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/coinbase/rosetta-cli
33go 1.13
44
55require (
6- github.com/coinbase/rosetta-sdk-go v0.4.5
6+ github.com/coinbase/rosetta-sdk-go v0.4.6
77 github.com/fatih/color v1.9.0
88 github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
99 github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
Original file line number Diff line number Diff line change @@ -153,6 +153,8 @@ github.com/coinbase/rosetta-sdk-go v0.4.5-0.20200918215605-d46fa023df73 h1:MDM59
153153github.com/coinbase/rosetta-sdk-go v0.4.5-0.20200918215605-d46fa023df73 /go.mod h1:Luv0AhzZH81eul2hYZ3w0hBGwmFPiexwbntYxihEZck =
154154github.com/coinbase/rosetta-sdk-go v0.4.5 h1:5Z+25mm/J1SStzSdTp5e8dlEMtCZRBZdOaTFCBfnP4Y =
155155github.com/coinbase/rosetta-sdk-go v0.4.5 /go.mod h1:Luv0AhzZH81eul2hYZ3w0hBGwmFPiexwbntYxihEZck =
156+ github.com/coinbase/rosetta-sdk-go v0.4.6 h1:zX2SLmBF1oFbK0c4QCMwkwcHN9VjenFfIt0Dr8k8JGY =
157+ github.com/coinbase/rosetta-sdk-go v0.4.6 /go.mod h1:Luv0AhzZH81eul2hYZ3w0hBGwmFPiexwbntYxihEZck =
156158github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
157159github.com/coreos/etcd v3.3.10+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
158160github.com/coreos/go-etcd v2.0.0+incompatible /go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk =
You can’t perform that action at this time.
0 commit comments