mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 16:51:16 +08:00
21 lines
803 B
Modula-2
21 lines
803 B
Modula-2
module github.com/wailsapp/wails
|
|
|
|
require (
|
|
github.com/akavel/rsrc v0.0.0-20170831122431-f6a15ece2cfd // indirect
|
|
github.com/dchest/cssmin v0.0.0-20151210170030-fb8d9b44afdc // indirect
|
|
github.com/dchest/htmlmin v0.0.0-20150526090704-e254725e81ac
|
|
github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947 // indirect
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-playground/colors v1.2.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/jackmordaunt/icns v1.0.0
|
|
github.com/leaanthony/mewn v0.9.0
|
|
github.com/leaanthony/slicer v1.0.0
|
|
github.com/leaanthony/spinner v0.5.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/wailsapp/webview v0.2.5
|
|
)
|