mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
15 lines
434 B
Modula-2
15 lines
434 B
Modula-2
module github.com/lightningequipment/circuitbreaker
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
|
|
github.com/lightningnetwork/lnd v0.11.1-beta.rc3
|
|
github.com/urfave/cli v1.22.4
|
|
go.uber.org/zap v1.14.1
|
|
google.golang.org/grpc v1.27.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
gopkg.in/yaml.v2 v2.2.3
|
|
)
|