Add requests package and implement JSON fetching in main.go

This commit is contained in:
2025-05-25 00:52:31 +03:00
parent 9aaefaa72b
commit 53a739e5d2
20 changed files with 22 additions and 1 deletions

3
pkgs Normal file → Executable file
View File

@@ -6,4 +6,5 @@ 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
go get github.com/golang-jwt/jwt/v5
go get github.com/carlmjohnson/requests