summaryrefslogtreecommitdiff
path: root/internal/trans/decoders.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/decoders.go')
-rw-r--r--internal/trans/decoders.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/decoders.go b/internal/trans/decoders.go
index 6187e43fa..ae374fd9c 100644
--- a/internal/trans/decoders.go
+++ b/internal/trans/decoders.go
@@ -24,8 +24,8 @@ import (
"fmt"
"time"
+ transmodel "code.superseriousbusiness.org/gotosocial/internal/trans/model"
"github.com/mitchellh/mapstructure"
- transmodel "github.com/superseriousbusiness/gotosocial/internal/trans/model"
)
func newDecoder(target interface{}) (*mapstructure.Decoder, error) {