Remove github.com/google/uuid dependency and update module files

- Deleted the `github.com/google/uuid` dependency from `go.mod` to streamline the project and reduce unnecessary dependencies.
- Updated `go.sum` to reflect the removal of the UUID package.
- Enhanced the overall module management by ensuring only necessary dependencies are included.
This commit is contained in:
n.nakhostin
2025-08-12 12:15:14 +03:30
parent 2d32ae0b2b
commit 7dc695752b
9 changed files with 1208 additions and 86 deletions
-1
View File
@@ -6,7 +6,6 @@ toolchain go1.24.4
require (
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/uuid v1.4.0
github.com/labstack/echo/v4 v4.13.4
github.com/redis/go-redis/v9 v9.12.0
github.com/spf13/viper v1.18.2