chore(deps): Wails v3 beta.20 to beta.22 lockstep
- go.mod, local CLI install, and @wailsio/runtime move together; the JS/Go wire protocol must match exactly, so the runtime never moves alone - bindings regen is byte-identical (same 29 methods/IDs), confirming the bump is behavior-transparent at the binding layer - beta.23 exists but is hours old and touches Linux single-instance; deliberately deferred to a routine bump, not stacked onto 2.0 - deletes wails.json (staged earlier during retirement proof; the version-source move lands in the next commit) - svelte-check 0/0, vet/tests/builds green, smoke launch clean
This commit is contained in:
@@ -3,8 +3,7 @@ module AniTrack
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.19.0
|
||||
github.com/wailsapp/wails/v3 v3.0.0-beta.20
|
||||
github.com/wailsapp/wails/v3 v3.0.0-beta.22
|
||||
github.com/zalando/go-keyring v0.2.8
|
||||
)
|
||||
|
||||
@@ -16,7 +15,5 @@ require (
|
||||
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.22 // indirect
|
||||
github.com/tidwall/match v1.2.0 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
golang.org/x/sys v0.46.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user