2024-03-31 20:09:20 +08:00
|
|
|
module github.com/loveuer/nfflow
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-04-02 18:12:02 +08:00
|
|
|
10.220.10.35/tools/toolkits v0.1.5
|
2024-03-31 20:09:20 +08:00
|
|
|
gitea.com/taozitaozi/gredis v0.0.0-20240131032054-b02845ce1e9d
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
|
2024-03-31 20:09:20 +08:00
|
|
|
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 22:17:49 +08:00
|
|
|
github.com/robertkrimen/otto v0.3.0
|
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
|
2024-04-02 18:12:02 +08:00
|
|
|
golang.org/x/crypto v0.18.0
|
|
|
|
google.golang.org/grpc v1.62.1
|
|
|
|
google.golang.org/protobuf v1.33.0
|
2024-03-31 20:09:20 +08:00
|
|
|
gorm.io/driver/mysql v1.4.5
|
|
|
|
gorm.io/driver/postgres v1.4.4
|
|
|
|
gorm.io/gorm v1.25.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
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/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
github.com/tdewolff/parse/v2 v2.7.11 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
golang.org/x/net v0.20.0 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2024-04-02 18:12:02 +08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
|
2024-04-01 22:17:49 +08:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2024-03-31 20:09:20 +08:00
|
|
|
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
|
|
|
|
)
|