mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-18 18:09:30 +08:00
13 lines
301 B
Cheetah
13 lines
301 B
Cheetah
module {{.Name}}
|
|
|
|
go 1.20
|
|
|
|
require github.com/wailsapp/wails/v3 v3.0.0-alpha.0
|
|
|
|
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
|
|
)
|