chore: remove exp slices package and use stdlib

This commit is contained in:
Stavros
2026-04-29 15:56:35 +03:00
parent d51e3efe32
commit a14d64c8ba
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -18,13 +18,14 @@ import (
"strings"
"time"
"slices"
"github.com/gin-gonic/gin"
"github.com/go-jose/go-jose/v4"
"github.com/tinyauthapp/tinyauth/internal/config"
"github.com/tinyauthapp/tinyauth/internal/repository"
"github.com/tinyauthapp/tinyauth/internal/utils"
"github.com/tinyauthapp/tinyauth/internal/utils/tlog"
"golang.org/x/exp/slices"
)
var (