Skip to content

Commit 1351301

Browse files
committed
update
1 parent 89a4398 commit 1351301

2 files changed

Lines changed: 57 additions & 15 deletions

File tree

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ module github.com/coinbase/rosetta-cli
33
go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)