mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-23 11:14:24 +01:00
16 lines
539 B
Modula-2
16 lines
539 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
|
|
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514
|
|
google.golang.org/grpc v1.23.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|