File: go.mod

package info (click to toggle)
wireguard-go 0.0.20231211-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 820 kB
  • sloc: sh: 300; makefile: 28
file content (16 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module golang.zx2c4.com/wireguard

go 1.20

require (
	golang.org/x/crypto v0.13.0
	golang.org/x/net v0.15.0
	golang.org/x/sys v0.12.0
	golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
	gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259
)

require (
	github.com/google/btree v1.0.1 // indirect
	golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
)