mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 14:22:12 +08:00
87 lines
3.6 KiB
Modula-2
87 lines
3.6 KiB
Modula-2
module github.com/wailsapp/wails/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/flytam/filenamify v1.0.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gabriel-vasile/mimetype v1.3.1
|
|
github.com/go-git/go-billy/v5 v5.2.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.3.0
|
|
github.com/gofiber/fiber/v2 v2.17.0
|
|
github.com/gofiber/websocket/v2 v2.0.8
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/jackmordaunt/icns v1.0.0
|
|
github.com/leaanthony/clir v1.0.4
|
|
github.com/leaanthony/debme v1.2.1
|
|
github.com/leaanthony/go-ansi-parser v1.0.1
|
|
github.com/leaanthony/go-common-file-dialog v1.0.3
|
|
github.com/leaanthony/go-webview2 v0.0.0-20211022194343-1e4c8d4226f3
|
|
github.com/leaanthony/gosod v1.0.3
|
|
github.com/leaanthony/idgen v1.0.0
|
|
github.com/leaanthony/slicer v1.5.0
|
|
github.com/leaanthony/typescriptify-golang-structs v0.1.7
|
|
github.com/leaanthony/webview2runtime v1.1.0
|
|
github.com/leaanthony/winc v0.0.0-20211124105230-0330cfc6d50c
|
|
github.com/leaanthony/winicon v1.0.0
|
|
github.com/matryer/is v1.4.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tc-hib/winres v0.1.5
|
|
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/tidwall/sjson v1.1.7
|
|
github.com/wzshiming/ctc v1.2.3
|
|
github.com/xyproto/xpm v1.2.1
|
|
github.com/ztrue/tracerr v0.3.0
|
|
golang.org/x/mod v0.4.1
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
golang.org/x/sys v0.0.0-20211020174200-9d6173849985
|
|
golang.org/x/tools v0.1.0
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|
|
|
|
require github.com/gotk3/gotk3 v0.6.1
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/fasthttp/websocket v0.0.0-20200320073529-1554a54587ab // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/klauspost/compress v1.12.2 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e // indirect
|
|
github.com/mattn/go-runewidth v0.0.7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20200117113501-90175b0fbe3f // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/tidwall/gjson v1.8.0 // indirect
|
|
github.com/tidwall/match v1.0.3 // indirect
|
|
github.com/tidwall/pretty v1.1.0 // indirect
|
|
github.com/tkrajina/go-reflector v0.5.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.28.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae // indirect
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
)
|