From 829a934d23ab221049b4d54926305d8d5d64c9ad Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 13 Nov 2021 12:29:08 +0100 Subject: update dependencies (#296) --- testrig/storage.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testrig/storage.go') diff --git a/testrig/storage.go b/testrig/storage.go index 5fdb0242e..0d90a7f87 100644 --- a/testrig/storage.go +++ b/testrig/storage.go @@ -25,9 +25,9 @@ import ( "io" "os" - "git.iim.gay/grufwub/go-store/kv" - "git.iim.gay/grufwub/go-store/storage" - "git.iim.gay/grufwub/go-store/util" + "codeberg.org/gruf/go-store/kv" + "codeberg.org/gruf/go-store/storage" + "codeberg.org/gruf/go-store/util" ) // NewTestStorage returns a new in memory storage with the default test config -- cgit v1.2.3