File: go.mod

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

go 1.20

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

require golang.org/x/sync v0.1.0 // indirect