diff options
author | 2021-11-13 12:29:08 +0100 | |
---|---|---|
committer | 2021-11-13 12:29:08 +0100 | |
commit | 829a934d23ab221049b4d54926305d8d5d64c9ad (patch) | |
tree | f4e382b289c113d3ba8a3c7a183507a5609c46c0 /internal/federation/federator_test.go | |
parent | smtp + email confirmation (#285) (diff) | |
download | gotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz |
update dependencies (#296)
Diffstat (limited to 'internal/federation/federator_test.go')
-rw-r--r-- | internal/federation/federator_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/federator_test.go b/internal/federation/federator_test.go index 04c3b3449..44ae54074 100644 --- a/internal/federation/federator_test.go +++ b/internal/federation/federator_test.go @@ -24,7 +24,7 @@ import ( "net/http/httptest" "testing" - "git.iim.gay/grufwub/go-store/kv" + "codeberg.org/gruf/go-store/kv" "github.com/go-fed/activity/pub" "github.com/go-fed/httpsig" "github.com/stretchr/testify/assert" |