module github.com/BoltzExchange/boltz-lnd go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/aokoli/goutils v1.1.0 // indirect github.com/btcsuite/btcd v0.21.0-beta github.com/btcsuite/btcutil v1.0.2 github.com/envoyproxy/protoc-gen-validate v0.4.1 // indirect github.com/gogo/protobuf v1.3.1 // indirect github.com/golang/protobuf v1.4.3 github.com/google/logger v1.1.0 github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.11 // indirect github.com/jessevdk/go-flags v1.4.0 github.com/lightningnetwork/lnd v0.11.1-beta github.com/lightningnetwork/lnd/cert v1.0.3 github.com/ltcsuite/ltcd v0.20.1-beta github.com/mattn/go-sqlite3 v1.14.5 github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/mwitkow/go-proto-validators v0.3.2 // indirect github.com/pseudomuto/protoc-gen-doc v1.3.2 // indirect github.com/r3labs/sse v0.0.0-20201126193848-34e640891548 github.com/stretchr/testify v1.6.1 github.com/urfave/cli v1.22.5 golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect google.golang.org/grpc v1.34.0 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.1 // indirect google.golang.org/grpc/examples v0.0.0-20201203175230-2efef8fd1214 // indirect google.golang.org/protobuf v1.25.0 gopkg.in/macaroon-bakery.v2 v2.2.0 gopkg.in/macaroon.v2 v2.1.0 )