mirror of
https://gitee.com/rulego/streamsql.git
synced 2026-03-20 17:20:36 +00:00
10 lines
163 B
Modula-2
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
|
|
)
|