move webview out to seperate project

This commit is contained in:
Lea Anthony
2019-02-11 08:28:07 +11:00
parent c905185467
commit b5b78fddee
6 changed files with 7 additions and 2321 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/mitchellh/go-homedir v1.0.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/wailsapp/webview v0.2.0
golang.org/x/net v0.0.0-20190107155100-1a61f4433d85 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.7.1 // indirect
)