module github.com/BoltzExchange/boltz-lnd go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46 github.com/btcsuite/btcutil v1.0.2 github.com/golang/protobuf v1.3.3 github.com/google/logger v1.1.0 github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect github.com/jessevdk/go-flags v1.4.0 github.com/kr/text v0.2.0 // indirect github.com/lightningnetwork/lnd v0.10.1-beta github.com/ltcsuite/ltcd v0.20.1-beta github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.9.0 // indirect github.com/r3labs/sse v0.0.0-20200310095403-ee05428e4d0e github.com/stretchr/testify v1.5.1 github.com/urfave/cli v1.22.4 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect google.golang.org/grpc v1.29.1 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v2 v2.2.8 // indirect )