Skip to content

Commit 630b550

Browse files
Use explicit newt version not local
1 parent ead73ca commit 630b550

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
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

1818
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
22
github.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=
35
github.com/godbus/dbus/v5 v5.2.0 h1:3WexO+U+yg9T70v9FdHr9kCxYlazaAXUhx2VMkbfax8=
46
github.com/godbus/dbus/v5 v5.2.0/go.mod h1:3AAv2+hPq5rdnr5txxxRwiGjPXamgoIHgz9FPBfOp3c=
57
github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=

0 commit comments

Comments
 (0)