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>
6 lines
86 B
Modula-2
6 lines
86 B
Modula-2
module github.com/leonmika/wails-release
|
|
|
|
go 1.25.0
|
|
|
|
require golang.org/x/mod v0.35.0
|