mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
Working!
This commit is contained in:
4
go.mod
4
go.mod
@@ -7,13 +7,15 @@ toolchain go1.23.2
|
||||
require (
|
||||
github.com/fosrl/newt v0.0.0-20250215225251-76503f3f2cd8
|
||||
golang.org/x/net v0.33.0
|
||||
golang.org/x/sys v0.28.0
|
||||
golang.org/x/sys v0.30.0
|
||||
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
|
||||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/vishvananda/netlink v1.3.0 // indirect
|
||||
github.com/vishvananda/netns v0.0.4 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user