mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-02 17:04:25 +01:00
14 lines
444 B
Modula-2
14 lines
444 B
Modula-2
module github.com/lightninglabs/kirin
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 // indirect
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|