mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-15 12:50:29 +02:00
24 lines
995 B
Modula-2
24 lines
995 B
Modula-2
module github.com/lightninglabs/llm
|
|
|
|
go 1.14
|
|
|
|
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/wallet/txrules v1.0.0
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.2.0
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/golang/protobuf v1.3.3
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lightninglabs/kirin v0.0.0-20200217235049-34b4e1f6a585
|
|
github.com/lightninglabs/loop v0.6.4-beta.0.20200617020450-0d67b3987a63
|
|
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
|
|
github.com/lightningnetwork/lnd v0.10.0-beta.rc6.0.20200615174244-103c59a4889f
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
|
|
google.golang.org/grpc v1.29.1
|
|
)
|