lnd/tor/go.mod
dependabot[bot] c9a5a0818c
build(deps): bump golang.org/x/sys in /tor
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 10:47:32 +00:00

12 lines
318 B
Modula-2

module github.com/lightningnetwork/lnd/tor
require (
github.com/btcsuite/btcd v0.23.3
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/miekg/dns v1.1.43
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.1.0 // indirect
)
go 1.16