Files
Anitrack/go.mod
T
John O'Keefe de808dbb67 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
2026-09-16 16:29:12 -04:00

20 lines
502 B
AMPL

module AniTrack
go 1.25.0
require (
github.com/wailsapp/wails/v3 v3.0.0-beta.22
github.com/zalando/go-keyring v0.2.8
)
require (
github.com/adrg/xdg v0.5.3 // indirect
github.com/coder/websocket v1.8.14 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
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
golang.org/x/sys v0.46.0 // indirect
)