37 lines
1.2 KiB
Modula-2
37 lines
1.2 KiB
Modula-2
module git.ukamnya.ru/stulyaganov/RestApiv2
|
|
|
|
go 1.19
|
|
|
|
require github.com/sirupsen/logrus v1.9.0
|
|
|
|
require (
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.14.0 // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/jackc/pgx v3.6.2+incompatible // indirect
|
|
github.com/jackc/pgx/v4 v4.18.1
|
|
github.com/jackc/pgx/v5 v5.3.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/lib/pq v1.10.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|