File: go.mod

package info (click to toggle)
golang-github-mdlayher-raw 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Deprecated: use github.com/mdlayher/packet on Linux instead. This package is
// unmaintained.
module github.com/mdlayher/raw

go 1.17

require (
	github.com/google/go-cmp v0.5.6
	github.com/mdlayher/packet v0.0.0-20220221164757-67998ac0ff93
	golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
	golang.org/x/sys v0.0.0-20220209214540-3681064d5158
)

require (
	github.com/mdlayher/socket v0.2.1 // indirect
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)