mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
* bugfix: update version to support application.ServiceOptions * [v3] docs: update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
12 lines
301 B
Cheetah
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
|
|
)
|