wails/v3/internal/service/template/go.mod.tmpl
northes 0b1ef79a8e
[v3] bugfix: update version to support application.ServiceOptions (#3836)
* bugfix: update version to support application.ServiceOptions

* [v3] docs: update changelog

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-11-16 11:07:51 +11:00

12 lines
301 B
Cheetah

module {{.Name}}
go 1.23
require github.com/wailsapp/wails/v3 v3.0.0-alpha.7
require (
github.com/imdario/mergo v0.3.12 // indirect
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
)