File: go.mod

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

go 1.16

require (
	github.com/miekg/dns v1.1.54
	github.com/oklog/run v1.1.0
	github.com/peterbourgon/ff/v3 v3.3.1
)