chirpy_server/go.mod

11 lines
235 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 (
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
)