Files
streamsql/go.mod
T
rulego-team af0c5c6ca8 init
2024-09-19 19:22:27 +08:00

10 lines
163 B
Modula-2

module github.com/rulego/streamsql
go 1.18
require (
github.com/expr-lang/expr v1.16.0
github.com/golang/snappy v0.0.4
github.com/montanaflynn/stats v0.7.1
)