Skip to content

Commit

Permalink
Update .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 14, 2021
1 parent 5384b66 commit dc19827
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 8 deletions.
9 changes: 8 additions & 1 deletion .goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
builds:
- binary: goethereumhdwallet
- main: ./cmd/geth-hdwallet/main.go
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
19 changes: 12 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@ module github.com/miguelmota/go-ethereum-hdwallet
go 1.12

require (
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20190912214011-b54698eaaca6 // indirect
github.com/aristanetworks/goarista v0.0.0-20210308203447-b196d8410f1d // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/davecgh/go-spew v1.1.1
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.5
github.com/pkg/errors v0.8.1 // indirect
github.com/elastic/gosigar v0.14.1 // indirect
github.com/ethereum/go-ethereum v1.10.1
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/syndtr/goleveldb v0.0.0-20180621010148-0d5a0ceb10cf // indirect
github.com/tyler-smith/go-bip39 v0.0.0-20180618194314-52158e4697b8
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.2.3 // indirect
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
)
Loading

0 comments on commit dc19827

Please sign in to comment.