28 lines
865 B
Modula-2
28 lines
865 B
Modula-2
module github.com/Luzifer/sqlapi
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jackc/pgx/v5 v5.6.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|