From e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 8 Jul 2024 15:56:55 +0200 Subject: update module path for v2 --- tests/container_iterator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/container_iterator_test.go') diff --git a/tests/container_iterator_test.go b/tests/container_iterator_test.go index 91679f5..415c803 100644 --- a/tests/container_iterator_test.go +++ b/tests/container_iterator_test.go @@ -23,7 +23,7 @@ import ( "fmt" "testing" - "github.com/majewsky/schwift" + "github.com/majewsky/schwift/v2" ) func TestContainerIterator(t *testing.T) { -- cgit v1.2.3