mirror of
https://github.com/taigrr/wails.git
synced 2026-04-11 01:21:32 -07:00
10 lines
171 B
Modula-2
10 lines
171 B
Modula-2
module testproject
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/wailsapp/wails/v2 v2.0.0-alpha
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v2 v2.0.0-alpha => /home/lea/Data/projects/wails/v2
|