diff options
Diffstat (limited to 'testrig/storage.go')
-rw-r--r-- | testrig/storage.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 |