File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ module github.com/coinbase/rosetta-cli
33go 1.16
44
55require (
6+ github.com/btcsuite/btcd v0.22.3 // indirect
67 github.com/coinbase/rosetta-sdk-go v0.8.3
78 github.com/coinbase/rosetta-sdk-go/types v1.0.0
9+ github.com/consensys/gnark-crypto v0.12.0 // indirect
810 github.com/fatih/color v1.13.0
911 github.com/google/go-cmp v0.5.6 // indirect
1012 github.com/mattn/go-colorable v0.1.12 // indirect
1113 github.com/olekukonko/tablewriter v0.0.5
1214 github.com/pkg/errors v0.9.1
13- github.com/spf13/cobra v1.4 .0
14- github.com/stretchr/testify v1.7 .2
15+ github.com/spf13/cobra v1.5 .0
16+ github.com/stretchr/testify v1.8 .2
1517 go.uber.org/zap v1.21.0
16- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
18+ golang.org/x/sync v0.1.0
1719 google.golang.org/protobuf v1.27.1 // indirect
1820)
You can’t perform that action at this time.
0 commit comments