1
1
mirror of https://github.com/bumi/lntip synced 2025-06-17 18:25:36 +00:00
lntip/go.mod
2020-10-24 12:55:59 +02:00

13 lines
270 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/labstack/echo/v4 v4.1.17
github.com/lightningnetwork/lnd v0.11.1-beta
google.golang.org/grpc v1.33.0
gopkg.in/macaroon.v2 v2.1.0
)