diff options
author | 2021-11-13 12:29:08 +0100 | |
---|---|---|
committer | 2021-11-13 12:29:08 +0100 | |
commit | 829a934d23ab221049b4d54926305d8d5d64c9ad (patch) | |
tree | f4e382b289c113d3ba8a3c7a183507a5609c46c0 /testrig/storage.go | |
parent | smtp + email confirmation (#285) (diff) | |
download | gotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz |
update dependencies (#296)
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 |