From 829a934d23ab221049b4d54926305d8d5d64c9ad Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 13 Nov 2021 12:29:08 +0100 Subject: update dependencies (#296) --- testrig/federator.go | 2 +- testrig/mediahandler.go | 2 +- testrig/processor.go | 2 +- testrig/storage.go | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'testrig') diff --git a/testrig/federator.go b/testrig/federator.go index cd11f21b0..42474566b 100644 --- a/testrig/federator.go +++ b/testrig/federator.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/federation" "github.com/superseriousbusiness/gotosocial/internal/transport" diff --git a/testrig/mediahandler.go b/testrig/mediahandler.go index 9ff8179c0..a6b5cfec7 100644 --- a/testrig/mediahandler.go +++ b/testrig/mediahandler.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/media" ) 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" 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 -- cgit v1.2.3