Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb committed Dec 8, 2023
1 parent 89a4398 commit 1351301
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 15 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ module github.com/coinbase/rosetta-cli
go 1.16

require (
github.com/btcsuite/btcd v0.22.3 // indirect
github.com/coinbase/rosetta-sdk-go v0.8.3
github.com/coinbase/rosetta-sdk-go/types v1.0.0
github.com/consensys/gnark-crypto v0.12.0 // indirect
github.com/fatih/color v1.13.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.2
go.uber.org/zap v1.21.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sync v0.1.0
google.golang.org/protobuf v1.27.1 // indirect
)
Loading

0 comments on commit 1351301

Please sign in to comment.