summaryrefslogtreecommitdiff
path: root/internal/api/util/errorhandling.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/util/errorhandling.go')
-rw-r--r--internal/api/util/errorhandling.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/util/errorhandling.go b/internal/api/util/errorhandling.go
index 3341e7399..7ffbbbf88 100644
--- a/internal/api/util/errorhandling.go
+++ b/internal/api/util/errorhandling.go
@@ -26,7 +26,7 @@ import (
"code.superseriousbusiness.org/gotosocial/internal/gtscontext"
"code.superseriousbusiness.org/gotosocial/internal/gtserror"
"code.superseriousbusiness.org/gotosocial/internal/log"
- "codeberg.org/gruf/go-kv"
+ "codeberg.org/gruf/go-kv/v2"
"github.com/gin-gonic/gin"
)