chirpy_server/go.mod

12 lines
284 B
Modula-2
Raw Normal View History

2024-10-09 23:11:23 +02:00
module github.com/finchrelia/chirpy-server
go 1.22.5
2024-10-23 22:16:51 +02:00
require (
2024-10-25 23:31:57 +02:00
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
2024-10-23 22:16:51 +02:00
github.com/google/uuid v1.6.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/lib/pq v1.10.9 // indirect
golang.org/x/crypto v0.28.0 // indirect
2024-10-23 22:16:51 +02:00
)