Files
electronwall/go.mod
callebtc f2207f797d amboss
2022-08-24 20:38:41 +02:00

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
)