mirror of
https://gitee.com/rulego/streamsql.git
synced 2026-03-13 05:47:19 +00:00
15 lines
276 B
Modula-2
15 lines
276 B
Modula-2
module github.com/rulego/streamsql
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/expr-lang/expr v1.17.2
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|