File: go.mod

package info (click to toggle)
golang-github-packethost-packngo 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 440 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module github.com/packethost/packngo

require (
	github.com/stretchr/testify v1.3.0
	golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
	golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
)