aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
blob: c8fde17bff3a4dec942e90604414d23d840b1139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module golang.zx2c4.com/wireguard/windows

require (
	github.com/Microsoft/go-winio latest
	golang.org/x/crypto latest
	golang.org/x/net latest
	golang.org/x/sys latest
	golang.zx2c4.com/winipcfg latest
	golang.zx2c4.com/wireguard latest
)

replace (
	github.com/lxn/walk => golang.zx2c4.com/wireguard/windows pkg/walk
	github.com/lxn/win => golang.zx2c4.com/wireguard/windows pkg/walk-win
	github.com/Microsoft/go-winio => golang.zx2c4.com/wireguard/windows pkg/winio
)