mirror of
https://github.com/callebtc/electronwall.git
synced 2025-12-17 23:24:22 +01:00
13 lines
275 B
Modula-2
13 lines
275 B
Modula-2
module github.com/callebtc/electronwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/lightningnetwork/lnd v0.14.3-beta
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
google.golang.org/grpc v1.46.2
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
)
|