summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotosocial/common.go')
-rw-r--r--cmd/gotosocial/common.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/gotosocial/common.go b/cmd/gotosocial/common.go
index baf8a15b5..bc27f0147 100644
--- a/cmd/gotosocial/common.go
+++ b/cmd/gotosocial/common.go
@@ -21,10 +21,10 @@ import (
"context"
"fmt"
+ "code.superseriousbusiness.org/gotosocial/cmd/gotosocial/action"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
"github.com/spf13/cobra"
- "github.com/superseriousbusiness/gotosocial/cmd/gotosocial/action"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/log"
)
type preRunArgs struct {