2018-12-16 18:28:18 +11:00
|
|
|
module github.com/wailsapp/wails
|
|
|
|
|
|
|
|
|
|
require (
|
2019-09-05 08:50:40 +10:00
|
|
|
github.com/Masterminds/semver v1.4.2
|
2019-11-05 14:47:05 +11:00
|
|
|
github.com/abadojack/whatlanggo v1.0.1
|
2018-12-16 18:28:18 +11:00
|
|
|
github.com/fatih/color v1.7.0
|
2019-01-08 07:58:46 +11:00
|
|
|
github.com/go-playground/colors v1.2.0
|
2021-10-05 18:12:23 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-01-08 07:58:46 +11:00
|
|
|
github.com/jackmordaunt/icns v1.0.0
|
2019-05-20 18:45:01 +10:00
|
|
|
github.com/kennygrant/sanitize v1.2.4
|
2019-03-17 16:56:41 +11:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2020-01-11 22:35:05 +11:00
|
|
|
github.com/leaanthony/slicer v1.4.0
|
2019-05-25 12:22:20 +10:00
|
|
|
github.com/leaanthony/spinner v0.5.3
|
2019-05-20 18:45:01 +10:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2019-01-08 07:58:46 +11:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
2019-03-06 19:12:38 +11:00
|
|
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
2019-02-18 08:31:22 +11:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2021-10-26 19:32:53 +11:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
2019-05-20 18:45:01 +10:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-10-23 14:08:56 +11:00
|
|
|
github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba
|
2020-05-19 20:45:38 +01:00
|
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
2020-07-03 06:05:47 +10:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
2021-10-26 19:32:53 +11:00
|
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
2019-11-05 14:47:05 +11:00
|
|
|
golang.org/x/text v0.3.0
|
2019-05-20 18:45:01 +10:00
|
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.4
|
2019-10-08 06:12:08 +11:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
|
2018-12-16 18:28:18 +11:00
|
|
|
)
|
2020-01-11 22:35:05 +11:00
|
|
|
|
2021-04-02 20:44:55 +11:00
|
|
|
go 1.16
|