first commit

This commit is contained in:
2025-04-13 20:27:20 +03:00
commit b20847c998
21 changed files with 1327 additions and 0 deletions

9
pkgs Normal file
View File

@@ -0,0 +1,9 @@
go get github.com/gofiber/fiber/v2
go get github.com/twmb/franz-go
go get github.com/redis/go-redis/v9
go get google.golang.org/grpc
go get github.com/lib/pq
go get github.com/rs/zerolog/log
go get github.com/bytedance/sonic
go get github.com/gofiber/swagger
go get github.com/golang-jwt/jwt/v5