summaryrefslogtreecommitdiff
path: root/testrig/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/log.go')
-rw-r--r--testrig/log.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/testrig/log.go b/testrig/log.go
index 439ed72b0..eb00483e7 100644
--- a/testrig/log.go
+++ b/testrig/log.go
@@ -18,8 +18,8 @@
package testrig
import (
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
"gopkg.in/mcuadros/go-syslog.v2"
"gopkg.in/mcuadros/go-syslog.v2/format"
)