Skip to content

Commit

Permalink
Clean up mod file and rename test (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Jul 12, 2024
1 parent 63302cc commit 81210f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 383 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/uma-universal-money-address/uma-go-sdk
go 1.21

require (
github.com/btcsuite/btcutil v1.0.2
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/ecies/go/v2 v2.0.9
github.com/stretchr/testify v1.8.4
)

require (
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.13.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 81210f3

Please sign in to comment.