mirror of
https://github.com/hazemKrimi/crimson-vault.git
synced 2026-05-01 18:20:27 +00:00
67 lines
2.6 KiB
Modula-2
67 lines
2.6 KiB
Modula-2
module github.com/hazemKrimi/crimson-vault
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
ariga.io/atlas-provider-gorm v0.5.2
|
|
github.com/go-playground/validator/v10 v10.26.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/johnfercher/maroto/v2 v2.3.1
|
|
github.com/labstack/echo-contrib v0.17.4
|
|
github.com/labstack/echo/v4 v4.13.4
|
|
github.com/spf13/cobra v1.9.1
|
|
golang.org/x/crypto v0.39.0
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.30.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas-go-sdk v0.7.2 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/f-amaral/go-async v0.3.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.2 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/hhrutter/lzw v1.0.0 // indirect
|
|
github.com/hhrutter/tiff v1.0.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.5 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/johnfercher/go-tree v1.0.5 // indirect
|
|
github.com/jung-kurt/gofpdf v1.16.2 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.28 // indirect
|
|
github.com/microsoft/go-mssqldb v1.8.2 // indirect
|
|
github.com/pdfcpu/pdfcpu v0.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/image v0.18.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
|
gorm.io/driver/postgres v1.6.0 // indirect
|
|
gorm.io/driver/sqlserver v1.6.0 // indirect
|
|
)
|