mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:50:09 +08:00
32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/wailsapp/wails/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/jackmordaunt/icns v1.0.0
|
|
github.com/leaanthony/clir v1.0.4
|
|
github.com/leaanthony/debme v1.2.0
|
|
github.com/leaanthony/go-ansi-parser v1.0.1
|
|
github.com/leaanthony/gosod v1.0.1
|
|
github.com/leaanthony/slicer v1.5.0
|
|
github.com/leaanthony/winicon v0.0.0-20200606125418-4419cea822a0
|
|
github.com/matryer/is v1.4.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
github.com/wzshiming/ctc v1.2.3
|
|
github.com/xyproto/xpm v1.2.1
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
|
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c
|
|
golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|