lnd/tools/go.mod
Matt Morehouse beb4d8c4df
build: remove go-fuzz dependency and references
We don't need go-fuzz now that we use native fuzzing.
2022-11-11 10:44:37 -06:00

12 lines
325 B
Modula-2

module github.com/lightningnetwork/lnd/tools
go 1.16
require (
github.com/btcsuite/btcd v0.23.1
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/golangci/golangci-lint v1.46.2
github.com/ory/go-acc v0.2.6
github.com/rinchsan/gosimports v0.1.5
github.com/stephens2424/writerset v1.0.2 // indirect
)