mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-11 13:24:24 +01:00
34 lines
1.4 KiB
Modula-2
34 lines
1.4 KiB
Modula-2
module github.com/lightninglabs/aperture
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.21.0-beta.0.20210513141527-ee5896bad5be
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2
|
|
github.com/lightninglabs/lndclient v0.12.0-9
|
|
github.com/lightningnetwork/lnd v0.13.0-beta.rc5.0.20210728112744-ebabda671786
|
|
github.com/lightningnetwork/lnd/cert v1.0.3
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
|
go.etcd.io/etcd/server/v3 v3.5.1
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/grpc v1.39.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
// Fix etcd token renewal issue https://github.com/etcd-io/etcd/pull/13262.
|
|
replace go.etcd.io/etcd/client/v3 => github.com/lightninglabs/etcd/client/v3 v3.5.1-retry-patch
|