mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
11 lines
194 B
Modula-2
11 lines
194 B
Modula-2
module test
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/wailsapp/wails v1.8.0
|
|
github.com/wailsapp/wails/v2 v2.0.0-alpha
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v2 v2.0.0-alpha => /Users/lea/projects/wails/v2
|