diff options
Diffstat (limited to 'internal/log/syslog_test.go')
| -rw-r--r-- | internal/log/syslog_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/log/syslog_test.go b/internal/log/syslog_test.go index 354c81556..66d9367ad 100644 --- a/internal/log/syslog_test.go +++ b/internal/log/syslog_test.go @@ -22,10 +22,10 @@ import ( "regexp" "testing" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/testrig" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/log" - "github.com/superseriousbusiness/gotosocial/testrig" "gopkg.in/mcuadros/go-syslog.v2" "gopkg.in/mcuadros/go-syslog.v2/format" ) |
