From 005174c4d208297a6cb85f1fede22d0df1bae68e Mon Sep 17 00:00:00 2001 From: Geert G <117188496+cll-gg@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:17:46 +0000 Subject: [PATCH] Put back mistakenly removed imports --- core/cmd/shell.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/cmd/shell.go b/core/cmd/shell.go index 2816b2538bf..b81b8b45839 100644 --- a/core/cmd/shell.go +++ b/core/cmd/shell.go @@ -20,6 +20,8 @@ import ( "time" "github.com/Depado/ginprom" + "github.com/Masterminds/semver/v3" + "github.com/getsentry/sentry-go" "github.com/gin-gonic/gin" "github.com/jmoiron/sqlx" "github.com/pkg/errors"