-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (40 loc) · 1.7 KB
/
go.mod
File metadata and controls
44 lines (40 loc) · 1.7 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/fosrl/windows
go 1.25.0
require (
github.com/Microsoft/go-winio v0.6.2
github.com/fosrl/newt v1.10.3
github.com/fosrl/olm v1.4.4
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/tailscale/walk v0.0.0-20251016200523-963e260a8227
github.com/tailscale/win v0.0.0-20250213223159-5992cb43ca35
github.com/zalando/go-keyring v0.2.6
golang.org/x/crypto v0.48.0
golang.org/x/sys v0.41.0
)
require (
al.essio.dev/pkg/shellescape v1.5.1 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/dblohm7/wingoes v0.0.0-20231019175336-f6e33aa7cc34 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/miekg/dns v1.1.70 // indirect
github.com/vishvananda/netlink v1.3.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 // indirect
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gvisor.dev/gvisor v0.0.0-20250503011706-39ed1f5ac29c // indirect
software.sslmate.com/src/go-pkcs12 v0.7.0 // indirect
)
// Uncomment when developing dependencies.
// replace github.com/fosrl/olm => ../olm
// replace github.com/fosrl/newt => ../newt