1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 17:55:35 +00:00
lntip/go.mod
Michael Bumann dcaa4f6cc4 Add Support for macaroon and cert as HEX strings
This also changes the configuration options.
Now multiple config sources are supported:

1. cli flags
2. environment variables
3. config toml file
2020-10-25 22:16:05 +01:00

15 lines
365 B
Modula-2

module github.com/bumi/lnme
go 1.15
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/didip/tollbooth/v6 v6.0.2
github.com/knadh/koanf v0.14.0
github.com/labstack/echo/v4 v4.1.17
github.com/lightningnetwork/lnd v0.11.1-beta
github.com/paked/configure v0.0.0-20190218140148-28f9c3f21a44
google.golang.org/grpc v1.33.0
gopkg.in/macaroon.v2 v2.1.0
)