File: go.mod

package info (click to toggle)
golang-github-mdlayher-netx 0.0~git20220422.c711c2f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 156 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/mdlayher/netx

go 1.18

require (
	github.com/google/go-cmp v0.5.7
	golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)