summaryrefslogtreecommitdiff
path: root/testrig/storage.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-13 12:29:08 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-13 12:29:08 +0100
commit829a934d23ab221049b4d54926305d8d5d64c9ad (patch)
treef4e382b289c113d3ba8a3c7a183507a5609c46c0 /testrig/storage.go
parentsmtp + email confirmation (#285) (diff)
downloadgotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz
update dependencies (#296)
Diffstat (limited to 'testrig/storage.go')
-rw-r--r--testrig/storage.go6
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