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

5 lines
80 B
Plaintext

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