mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 19:12:00 +08:00
20 lines
645 B
Cheetah
20 lines
645 B
Cheetah
module changeme
|
|
|
|
go 1.21
|
|
|
|
require github.com/wailsapp/wails/v3 {{.WailsVersion}}
|
|
|
|
require (
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leaanthony/slicer v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/samber/lo v1.37.0 // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|
|
{{if gt (len .LocalModulePath) 0}}
|
|
replace github.com/wailsapp/wails/v3 => {{.LocalModulePath}}v3
|
|
{{end}}
|