34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module git.ostiwe.com/ostiwe-com/status
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/alexflint/go-arg v1.6.0
|
|
github.com/go-andiamo/chioas v1.16.4
|
|
github.com/go-chi/chi/v5 v5.2.2
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
go.uber.org/mock v0.5.2
|
|
gorm.io/driver/postgres v1.6.0
|
|
gorm.io/gorm v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/alexflint/go-scalar v1.2.0 // indirect
|
|
github.com/go-andiamo/splitter v1.2.5 // indirect
|
|
github.com/go-andiamo/urit v1.2.1 // 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/kr/pretty v0.3.1 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|