-
Notifications
You must be signed in to change notification settings - Fork 41
/
go.mod
21 lines (19 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/benpye/wsl-ssh-pageant
go 1.12
require (
github.com/Microsoft/go-winio v0.4.11
github.com/apenwarr/fixconsole v0.0.0-20190407065125-35b2e7d921eb
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/getlantern/systray v0.0.0-20190131073753-26d5b920200d
github.com/go-bindata/go-bindata v3.1.1+incompatible // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/lxn/win v0.0.0-20181015143721-a7f87360b10e
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d
)