43 lines
1.4 KiB
Modula-2
43 lines
1.4 KiB
Modula-2
module git.espin.casa/albert/cml04-falcon-system
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
git.espin.casa/albert/cml04-eventer v1.0.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/zc2638/swag v1.6.0
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/99nil/gopkg v0.0.0-20220607055250-e19b23d7661a // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // 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/klauspost/compress v1.17.2 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/nsqio/go-nsq v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/crypto v0.18.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|
|
|
|
require (
|
|
git.espin.casa/albert/logger v1.0.0
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/nats-io/nats.go v1.37.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gorm.io/driver/postgres v1.5.9
|
|
)
|