mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-20 19:09:29 +08:00
93 lines
3.7 KiB
Modula-2
93 lines
3.7 KiB
Modula-2
module github.com/wailsapp/wails/v3
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bep/debounce v1.2.1
|
|
github.com/ebitengine/purego v0.4.0-alpha.4
|
|
github.com/go-ole/go-ole v1.2.6
|
|
github.com/go-task/task/v3 v3.27.1
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/pat v1.0.1
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/jackmordaunt/icns/v2 v2.2.1
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/leaanthony/clir v1.6.0
|
|
github.com/leaanthony/gosod v1.0.3
|
|
github.com/leaanthony/winicon v1.0.0
|
|
github.com/markbates/goth v1.77.0
|
|
github.com/matryer/is v1.4.0
|
|
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.51
|
|
github.com/samber/lo v1.37.0
|
|
github.com/tc-hib/winres v0.1.6
|
|
github.com/wailsapp/go-webview2 v1.0.2-0.20230604075323-d593c659ca7b
|
|
github.com/wailsapp/wails/v2 v2.5.1
|
|
golang.org/x/sys v0.9.0
|
|
modernc.org/sqlite v1.21.0
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.1.1 // indirect
|
|
atomicgo.dev/keyboard v0.2.8 // indirect
|
|
cloud.google.com/go v0.67.0 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/gookit/color v1.5.2 // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/leaanthony/slicer v1.5.0 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mattn/go-zglob v0.0.4 // indirect
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/radovskyb/watcher v1.0.7 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/sajari/fuzzy v1.0.0 // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
|
|
golang.org/x/image v0.5.0 // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/term v0.9.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
modernc.org/libc v1.22.3 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.5.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
modernc.org/token v1.0.1 // indirect
|
|
mvdan.cc/sh/v3 v3.7.0 // indirect
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v2 => ../v2
|
|
|
|
replace github.com/ebitengine/purego v0.4.0-alpha.4 => github.com/tmclane/purego v0.0.0-20230601213035-1f25e70d7b01
|