mirror of
https://gitee.com/rulego/streamsql.git
synced 2026-03-20 17:20:36 +00:00
16 lines
308 B
Modula-2
16 lines
308 B
Modula-2
module github.com/rulego/streamsql
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/expr-lang/expr v1.16.9
|
|
github.com/spf13/cast v1.7.1
|
|
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
|
|
)
|