38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module repo-pattern
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/mozillazg/go-slugify v0.2.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/datatypes v1.2.1
|
|
gorm.io/driver/postgres v1.5.9
|
|
gorm.io/gorm v1.25.10
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-playground/assert v1.2.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
|
github.com/jackc/pgx/v5 v5.5.5 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mozillazg/go-unidecode v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gorm.io/driver/mysql v1.5.6 // indirect
|
|
)
|