mirror of
https://github.com/callebtc/electronwall.git
synced 2026-02-01 13:24:58 +01:00
18 lines
519 B
Modula-2
18 lines
519 B
Modula-2
module github.com/callebtc/electronwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20220815083517-0c74f9139fd6
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/lightningnetwork/lnd v0.14.3-beta
|
|
github.com/machinebox/graphql v0.2.2
|
|
github.com/matryer/is v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
google.golang.org/grpc v1.46.2
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
)
|