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/shared_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/shared_test.go') diff --git a/tests/shared_test.go b/tests/shared_test.go index 57bed27..7cae4a5 100644 --- a/tests/shared_test.go +++ b/tests/shared_test.go @@ -32,8 +32,8 @@ import ( "github.com/gophercloud/gophercloud/v2/openstack/objectstorage/v1/swauth" "github.com/gophercloud/utils/v2/openstack/clientconfig" - "github.com/majewsky/schwift/v2" - "github.com/majewsky/schwift/v2/gopherschwift" + "go.xyrillian.de/schwift/v2" + "go.xyrillian.de/schwift/v2/gopherschwift" ) func testWithAccount(t *testing.T, testCode func(a *schwift.Account)) { -- cgit v1.2.3