File: go.mod

package info (click to toggle)
golang-github-hashicorp-mdns 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/hashicorp/mdns

require (
	github.com/miekg/dns v1.1.41
	golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
)

go 1.13