5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 21:50:32 +08:00
wails/cmd/templates/vue3-full/go.mod.template

5 lines
80 B
Plaintext

module {{.BinaryName}}
require (
github.com/wailsapp/wails {{.WailsVersion}}
)