File: go.mod

package info (click to toggle)
golang-github-linuxkit-virtsock 0.0~git20220523.1a23e78%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 1,481; makefile: 81; sh: 7
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/linuxkit/virtsock

go 1.17

require (
	github.com/pkg/errors v0.8.1-0.20170910134614-2b3a18b5f0fb
	golang.org/x/sys v0.0.0-20170511214829-9c9d83fe39ed
)