113 lines
4.5 KiB
Modula-2
113 lines
4.5 KiB
Modula-2
module git.inspur.com/sbg-jszt/cfn/cfn-schedule
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/araujo88/lambda-go v0.0.0-20240731183007-b33464d3e215
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-playground/locales v0.14.0
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-resty/resty/v2 v2.10.0
|
|
github.com/golang/glog v1.0.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/minio/minio-go v6.0.14+incompatible
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/nats-io/nats.go v1.31.0
|
|
github.com/prometheus/client_golang v1.17.0
|
|
github.com/prometheus/common v0.44.0
|
|
github.com/renstrom/shortuuid v3.0.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/segmentio/ksuid v1.0.4
|
|
github.com/spf13/viper v1.17.0
|
|
github.com/xuri/excelize/v2 v2.8.0
|
|
github.com/xxl-job/xxl-job-executor-go v1.2.0
|
|
github.com/zeromicro/go-zero v1.6.0
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/crypto v0.21.0
|
|
gorm.io/datatypes v1.2.0
|
|
gorm.io/driver/postgres v1.5.2
|
|
gorm.io/driver/sqlite v1.4.3
|
|
gorm.io/gorm v1.25.0
|
|
gorm.io/plugin/soft_delete v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/go-basic/ipv4 v1.0.0 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/nats-io/nkeys v0.4.6 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
|
|
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
|
|
go.opentelemetry.io/otel v1.19.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.19.0 // indirect
|
|
go.uber.org/automaxprocs v1.5.3 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
gorm.io/driver/mysql v1.4.7 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/ahmetb/go-linq v3.0.0+incompatible
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/goccy/go-json v0.9.11
|
|
github.com/hashicorp/hcl v1.0.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.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/onsi/gomega v1.20.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sagikazarmark/locafero v0.3.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.10.0 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.14.0
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|