diff options
author | 2021-11-13 12:29:08 +0100 | |
---|---|---|
committer | 2021-11-13 12:29:08 +0100 | |
commit | 829a934d23ab221049b4d54926305d8d5d64c9ad (patch) | |
tree | f4e382b289c113d3ba8a3c7a183507a5609c46c0 /testrig/processor.go | |
parent | smtp + email confirmation (#285) (diff) | |
download | gotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz |
update dependencies (#296)
Diffstat (limited to 'testrig/processor.go')
-rw-r--r-- | testrig/processor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/processor.go b/testrig/processor.go index fa91250b9..900d60b18 100644 --- a/testrig/processor.go +++ b/testrig/processor.go @@ -19,7 +19,7 @@ package testrig import ( - "git.iim.gay/grufwub/go-store/kv" + "codeberg.org/gruf/go-store/kv" "github.com/superseriousbusiness/gotosocial/internal/db" "github.com/superseriousbusiness/gotosocial/internal/email" "github.com/superseriousbusiness/gotosocial/internal/federation" |