mirror of
https://gitee.com/rulego/rulego.git
synced 2025-12-06 14:59:03 +08:00
29 lines
861 B
Modula-2
29 lines
861 B
Modula-2
module github.com/rulego/rulego
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20231024180952-594410467bc6
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
|
github.com/expr-lang/expr v1.17.6
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/net v0.24.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|