mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-09 15:51:19 +08:00

* [v3] Fix default context-menu in selected disabled inputs * [v3] Update Task to v3.27.1. Add `wails3 task -version` and `wails3 task taskfile:update`. --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module frameless
|
|
|
|
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/ebitengine/purego v0.4.0-alpha.4 // 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.5.1 // indirect
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v3 => ../..
|
|
|
|
replace github.com/wailsapp/wails/v2 => ../../../v2
|