5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00

use latest webview

This commit is contained in:
Lea Anthony 2019-02-16 15:15:27 +11:00
parent d1c57ddb5f
commit 2c7913c202
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

2
go.mod
View File

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