From 27b95b4911da055fe9b5fb37b5fb4a33eda6b989 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 25 Aug 2025 10:59:37 +0200 Subject: All: Remove util packages Was giving linting errors and it's not a good idea anyways --- client/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/fsm.go') diff --git a/client/fsm.go b/client/fsm.go index 6fffc8a..673f3fb 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -4,7 +4,7 @@ import ( "fmt" "log/slog" - "codeberg.org/eduVPN/eduvpn-common/i18nerr" + "codeberg.org/eduVPN/eduvpn-common/i18n/err" "codeberg.org/eduVPN/eduvpn-common/internal/fsm" ) -- cgit v1.2.3