12 lines
284 B
Modula-2
12 lines
284 B
Modula-2
module github.com/finchrelia/chirpy-server
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
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
|
|
)
|