You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chantools/go.mod

16 lines
525 B
Modula-2

module github.com/guggero/chantools
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/davecgh/go-spew v1.1.1
github.com/jessevdk/go-flags v1.4.0
github.com/lightningnetwork/lnd v0.8.0-beta-rc3.0.20191025122959-1a0ab538d53c
github.com/prometheus/common v0.4.0
github.com/urfave/cli/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20191111213947-16651526fdb4 // indirect
)
go 1.13