forked from square/beancounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 960 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/square/beancounter
go 1.12
require (
github.com/Masterminds/semver v1.5.0
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bcext/cashutil v0.0.0-20180827115045-9ba6cf292283
github.com/bcext/gcash v0.0.0-20180921133405-3f4b56493047 // indirect
github.com/btcsuite/btcd v0.0.0-20180924021209-2a560b2036be
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)