2024-03-31 20:09:20 +08:00
|
|
|
module github.com/loveuer/nfflow
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
|
|
|
gitea.com/taozitaozi/gredis v0.0.0-20240131032054-b02845ce1e9d
|
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.17.10
|
|
|
|
github.com/glebarez/sqlite v1.10.0
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
|
|
github.com/jackc/pgtype v1.12.0
|
|
|
|
github.com/loveuer/nf v0.1.3
|
2024-04-01 18:13:10 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-03-31 20:09:20 +08:00
|
|
|
github.com/samber/lo v1.39.0
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/spf13/cast v1.6.0
|
|
|
|
github.com/tdewolff/minify/v2 v2.20.16
|
|
|
|
golang.org/x/crypto v0.9.0
|
|
|
|
gorm.io/driver/mysql v1.4.5
|
|
|
|
gorm.io/driver/postgres v1.4.4
|
|
|
|
gorm.io/gorm v1.25.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.13.0 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.17.2 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
|
|
github.com/tdewolff/parse/v2 v2.7.11 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
|
|
|
modernc.org/libc v1.22.5 // indirect
|
|
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
|
|
modernc.org/memory v1.5.0 // indirect
|
|
|
|
modernc.org/sqlite v1.23.1 // indirect
|
|
|
|
)
|