File: go.mod

package info (click to toggle)
gopacket 1.1.19-6.2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 4,692 kB
  • sloc: sh: 293; python: 75; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
module github.com/google/gopacket

go 1.12

require (
	golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
	golang.org/x/net v0.0.0-20190620200207-3b0461eec859
	golang.org/x/sys v0.0.0-20190412213103-97732733099d
)