File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
benchmark/02-empty-app-frameless/wails Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module changeme
22
33go 1.18
44
5- require github.com/wailsapp/wails/v2 v2.9.1
5+ require github.com/wailsapp/wails/v2 v2.9.2
66
77require (
88 github.com/bep/debounce v1.2.1 // indirect
@@ -25,7 +25,7 @@ require (
2525 github.com/tkrajina/go-reflector v0.5.6 // indirect
2626 github.com/valyala/bytebufferpool v1.0.0 // indirect
2727 github.com/valyala/fasttemplate v1.2.2 // indirect
28- github.com/wailsapp/go-webview2 v1.0.10 // indirect
28+ github.com/wailsapp/go-webview2 v1.0.16 // indirect
2929 github.com/wailsapp/mimetype v1.4.1 // indirect
3030 golang.org/x/crypto v0.23.0 // indirect
3131 golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyC
5656github.com/valyala/fasttemplate v1.2.1 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
5757github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo =
5858github.com/valyala/fasttemplate v1.2.2 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
59- github.com/wailsapp/go-webview2 v1.0.10 h1:PP5Hug6pnQEAhfRzLCoOh2jJaPdrqeRgJKZhyYyDV/w =
60- github.com/wailsapp/go-webview2 v1.0.10 /go.mod h1:Uk2BePfCRzttBBjFrBmqKGJd41P6QIHeV9kTgIeOZNo =
59+ github.com/wailsapp/go-webview2 v1.0.16 h1:wffnvnkkLvhRex/aOrA3R7FP7rkvOqL/bir1br7BekU =
60+ github.com/wailsapp/go-webview2 v1.0.16 /go.mod h1:Uk2BePfCRzttBBjFrBmqKGJd41P6QIHeV9kTgIeOZNo =
6161github.com/wailsapp/mimetype v1.4.1 h1:pQN9ycO7uo4vsUUuPeHEYoUkLVkaRntMnHJxVwYhwHs =
6262github.com/wailsapp/mimetype v1.4.1 /go.mod h1:9aV5k31bBOv5z6u+QP8TltzvNGJPmNJD4XlAL3U+j3o =
63- github.com/wailsapp/wails/v2 v2.9.1 h1:irsXnoQrCpeKzKTYZ2SUVlRRyeMR6I0vCO9Q1cvlEdc =
64- github.com/wailsapp/wails/v2 v2.9.1 /go.mod h1:7maJV2h+Egl11Ak8QZN/jlGLj2wg05bsQS+ywJPT0gI =
63+ github.com/wailsapp/wails/v2 v2.9.2 h1:Xb5YRTos1w5N7DTMyYegWaGukCP2fIaX9WF21kPPF2k =
64+ github.com/wailsapp/wails/v2 v2.9.2 /go.mod h1:uehvlCwJSFcBq7rMCGfk4rxca67QQGsbg5Nm4m9UnBs =
6565golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI =
6666golang.org/x/crypto v0.23.0 /go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8 =
6767golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc =
You can’t perform that action at this time.
0 commit comments