From 3bcce5aac92c4c3081bf85f06f616c964444ed8c Mon Sep 17 00:00:00 2001 From: vadym Date: Tue, 13 Dec 2022 14:23:20 +0200 Subject: [PATCH] Merge branch 'develop' into go-webview-selector --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a732385..6b5c8383 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect github.com/go-stack/stack v1.8.0 // indirect github.com/google/uuid v1.1.2 // indirect - github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e + github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e github.com/libp2p/go-buffer-pool v0.0.2 // indirect github.com/mattn/go-colorable v0.1.8 // indirect github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect