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
@@ -15,10 +15,11 @@ import (
"github.com/tinyauthapp/tinyauth/internal/utils"
"github.com/tinyauthapp/tinyauth/internal/utils/tlog"
"slices"
"github.com/gin-gonic/gin"
"github.com/google/uuid"
"golang.org/x/crypto/bcrypt"
"golang.org/x/exp/slices"
"golang.org/x/oauth2"
)