mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 13:00:08 +08:00
28 lines
1018 B
Modula-2
28 lines
1018 B
Modula-2
module binding
|
|
|
|
go 1.20
|
|
|
|
require github.com/wailsapp/wails/v3 v3.0.0-alpha.0
|
|
|
|
require (
|
|
github.com/bep/debounce v1.2.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leaanthony/slicer v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/samber/lo v1.37.0 // indirect
|
|
github.com/wailsapp/go-webview2 v1.0.2-0.20230604075323-d593c659ca7b // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
github.com/wailsapp/wails/v2 v2.3.2-0.20230117193915-45c3a501d9e6 // indirect
|
|
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v3 => ../..
|
|
|
|
replace github.com/wailsapp/wails/v2 => ../../../v2
|