blob: 68f40b11768fafc1c5ebbfa97c420b2def1bff58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module yaum
go 1.25.0
require github.com/jackc/pgx/v5 v5.9.2
require (
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.37.0 // indirect
)
|