mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 15:42:18 +08:00
28 lines
967 B
Modula-2
28 lines
967 B
Modula-2
module frameless
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.0
|
|
|
|
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.38.1 // indirect
|
|
github.com/wailsapp/go-webview2 v1.0.6-0.20230901120557-e959fdf1ccc3 // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v3 => ../..
|