wails-release/internal/wails/testdata/sample/go.mod
Leon Mika 187e19230a Tidy go.mod and remove stray fixture go.sum
go mod tidy promotes golang.org/x/mod from indirect to a direct
require now that internal/wails imports it. Also removes the
testdata/sample/go.sum that go get accidentally generated inside
the fixture.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 10:03:33 +10:00

6 lines
83 B
Modula-2

module example.com/sample
go 1.22.0
require github.com/wailsapp/wails/v2 v2.11.0