From 137708df186982c9b60a4f0843ca6b6cbefa8c2a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 19 Apr 2026 00:47:31 +0200 Subject: change module path to go.xyrillian.de/schwift/v2 --- tests/account_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/account_test.go') diff --git a/tests/account_test.go b/tests/account_test.go index 67ce2df..d8b563d 100644 --- a/tests/account_test.go +++ b/tests/account_test.go @@ -22,7 +22,7 @@ import ( "context" "testing" - "github.com/majewsky/schwift/v2" + "go.xyrillian.de/schwift/v2" ) func TestAccountBasic(t *testing.T) { -- cgit v1.2.3