File: go.mod

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

go 1.20

require (
	github.com/google/go-cmp v0.5.9
	github.com/mdlayher/socket v0.4.1
	golang.org/x/net v0.9.0
	golang.org/x/sync v0.1.0
	golang.org/x/sys v0.7.0
)