mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/multiformats/go-multiaddr-dns
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.41
|
|
github.com/multiformats/go-multiaddr v0.2.0
|
|
)
|
|
|
|
go 1.15
|