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>
This commit is contained in:
parent
338d1fd5b7
commit
187e19230a
2
go.mod
2
go.mod
|
|
@ -2,4 +2,4 @@ module github.com/leonmika/wails-release
|
||||||
|
|
||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require golang.org/x/mod v0.35.0 // indirect
|
require golang.org/x/mod v0.35.0
|
||||||
|
|
|
||||||
2
internal/wails/testdata/sample/go.mod
vendored
2
internal/wails/testdata/sample/go.mod
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
module example.com/sample
|
module example.com/sample
|
||||||
|
|
||||||
go 1.22
|
go 1.22.0
|
||||||
|
|
||||||
require github.com/wailsapp/wails/v2 v2.11.0
|
require github.com/wailsapp/wails/v2 v2.11.0
|
||||||
|
|
|
||||||
BIN
wails-release
Executable file
BIN
wails-release
Executable file
Binary file not shown.
Loading…
Reference in a new issue