module github.com/lightninglabs/aperture go 1.13 require ( github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46 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/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/fortytw2/leaktest v1.3.0 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/golang/protobuf v1.3.2 github.com/google/btree v1.0.0 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/jonboulle/clockwork v0.2.0 // indirect github.com/json-iterator/go v1.1.10 // indirect github.com/lightninglabs/lndclient v1.0.1-0.20200708223031-76709c25d859 github.com/lightningnetwork/lnd v0.10.3-beta github.com/lightningnetwork/lnd/cert v1.0.2 github.com/modern-go/reflect2 v1.0.1 // indirect github.com/soheilhy/cmux v0.1.4 // indirect github.com/stretchr/testify v1.5.1 github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect go.uber.org/zap v1.15.0 // indirect golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 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 )