Some checks are pending
Security Scan / security (push) Waiting to run
internal/wails3/ is a submodule of github.com/wailsapp/wails pinned to v3.0.0-alpha.74. This is the reference source for the stub bridge — the exact API surface we target. Upgrade flow: cd internal/wails3 && git checkout v3.0.0-alpha.XX diff stubs vs reference update stubs to match commit submodule bump + stub changes together The replace directive in go.mod still points to ./stubs/wails — our code never imports Wails directly. The submodule is the reference, not the build dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
118 B
Text
4 lines
118 B
Text
[submodule "internal/wails3"]
|
|
path = internal/wails3
|
|
url = https://github.com/wailsapp/wails.git
|
|
branch = v3-alpha
|