File: go.mod

package info (click to toggle)
golang-github-mdlayher-wifi 0.0~git20220330.a44c70b-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/mdlayher/wifi

go 1.17

require (
	github.com/google/go-cmp v0.5.7
	github.com/mdlayher/genetlink v1.2.0
	github.com/mdlayher/netlink v1.6.0
	golang.org/x/crypto v0.0.0-20220214200702-86341886e292
	golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7
)

require (
	github.com/josharian/native v1.0.0 // indirect
	github.com/mdlayher/socket v0.2.2 // indirect
	golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)