mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-06 00:56:39 +00:00
Bump github.com/wailsapp/wails/v3 to v3.0.0-alpha.84
Picks up the alpha.84 patch series. The only API change relative to alpha.78 is a new macOS Liquid Glass effect option (NSGlassEffectView) that NetBird does not use, so this is a drop-in dependency bump. netbird-ui builds cleanly, go vet has no new findings, and the existing Linux tray workaround (skip AttachWindow + OnClick on Linux) is still required — Wails3 systemtray_linux.go's openMenu remains a "not implemented on Linux" stub and SystemTray.applySmartDefaults still auto-installs ToggleWindow as the click handler when a window is attached. The alpha CLI's transitive github.com/goreleaser/nfpm/v2 v2.44.1 is not imported by any NetBird production binary (verified with `go list -deps` on netbird-ui and the daemon entry points); it only ships inside the wails3 developer CLI used for local packaging. The Snyk advisory for nfpm therefore does not affect netbird-ui or the daemon.
This commit is contained in:
2
go.mod
2
go.mod
@@ -106,7 +106,7 @@ require (
|
||||
github.com/ti-mo/conntrack v0.5.1
|
||||
github.com/ti-mo/netfilter v0.5.2
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
github.com/wailsapp/wails/v3 v3.0.0-alpha.78
|
||||
github.com/wailsapp/wails/v3 v3.0.0-alpha.84
|
||||
github.com/yusufpapurcu/wmi v1.2.4
|
||||
github.com/zcalusic/sysinfo v1.1.3
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0
|
||||
|
||||
Reference in New Issue
Block a user