mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-25 13:04:20 +01:00
28 lines
1019 B
Modula-2
28 lines
1019 B
Modula-2
module github.com/lightninglabs/aperture
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta.0.20200730232343-1db1b6f8217f
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.2.0
|
|
github.com/coreos/etcd v3.3.22+incompatible
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/jonboulle/clockwork v0.2.0 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/lightninglabs/lndclient v0.11.0-4
|
|
github.com/lightningnetwork/lnd v0.11.1-beta
|
|
github.com/lightningnetwork/lnd/cert v1.0.2
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
|
go.uber.org/zap v1.15.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
golang.org/x/net v0.0.0-20191112182307-2180aed22343
|
|
google.golang.org/grpc v1.25.1
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|