From 3860415429313553a1fed8dd11bca0aca194f8c6 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:17:30 +0800 Subject: [PATCH] chore: update dependencies --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 91196a9..8e1e304 100644 --- a/go.mod +++ b/go.mod @@ -50,4 +50,4 @@ require ( ) // install latest wails: go install github.com/wailsapp/wails/v2/cmd/wails@latest -// replace github.com/wailsapp/wails/v2 v2.10.0 => ~/go/pkg/mod +// replace github.com/wailsapp/wails/v2 v2.10.1 => ~/go/pkg/mod