mod: update deps
This commit is contained in:
parent
81ca08f1b3
commit
b16b0e4cf7
2 changed files with 14 additions and 11 deletions
9
go.mod
9
go.mod
|
|
@ -3,10 +3,11 @@ module golang.zx2c4.com/wireguard
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.0.0-20190429060359-b01600290cd4
|
||||
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
|
||||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
||||
github.com/Microsoft/go-winio v0.4.12
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
||||
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab
|
||||
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82
|
||||
)
|
||||
|
||||
replace github.com/Microsoft/go-winio => golang.zx2c4.com/wireguard/windows v0.0.0-20190429060359-b01600290cd4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue