File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/Microsoft/go-winio v0.6.2
7- github.com/fosrl/newt v0.0.0
7+ github.com/fosrl/newt v0.0.0-20251208171729-6d7985689552
88 github.com/godbus/dbus/v5 v5.2.0
99 github.com/gorilla/websocket v1.5.3
1010 github.com/miekg/dns v1.1.68
@@ -17,6 +17,7 @@ require (
1717
1818require (
1919 github.com/google/btree v1.1.3 // indirect
20+ github.com/google/go-cmp v0.7.0 // indirect
2021 github.com/vishvananda/netlink v1.3.1 // indirect
2122 github.com/vishvananda/netns v0.0.5 // indirect
2223 golang.org/x/crypto v0.45.0 // indirect
@@ -29,5 +30,3 @@ require (
2930 golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
3031 golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
3132)
32-
33- replace github.com/fosrl/newt => ../newt
Original file line number Diff line number Diff line change 11github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
22github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
3+ github.com/fosrl/newt v0.0.0-20251208171729-6d7985689552 h1:51pHUtoqQhYPS9OiBDHLgYV44X/CBzR5J7GuWO3izhU =
4+ github.com/fosrl/newt v0.0.0-20251208171729-6d7985689552 /go.mod h1:pol958CEs0nQmo/35Ltv0CGksheIKCS2hoNvdTVLEcI =
35github.com/godbus/dbus/v5 v5.2.0 h1:3WexO+U+yg9T70v9FdHr9kCxYlazaAXUhx2VMkbfax8 =
46github.com/godbus/dbus/v5 v5.2.0 /go.mod h1:3AAv2+hPq5rdnr5txxxRwiGjPXamgoIHgz9FPBfOp3c =
57github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg =
You can’t perform that action at this time.
0 commit comments