-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgo.mod
28 lines (24 loc) · 814 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module wsl-ssh-agent
go 1.24.1
tool (
github.com/jstarks/npiperelay
honnef.co/go/tools/cmd/staticcheck
)
require (
github.com/Microsoft/go-winio v0.6.2
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/rupor-github/gclpr v1.3.7
golang.org/x/sys v0.31.0
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/jstarks/npiperelay v0.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/tools v0.31.0 // indirect
honnef.co/go/tools v0.6.1 // indirect
)