5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-17 01:19:29 +08:00
wails/v2/test/kitchensink/go.mod
2020-11-17 21:36:10 +11:00

10 lines
143 B
Modula-2

module test
go 1.13
require (
github.com/wailsapp/wails/v2 v2.0.0-alpha
)
replace github.com/wailsapp/wails/v2 v2.0.0-alpha => ../../../v2