1 Star 2 Fork 0

zhijingtech/expr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
ludanfeng 提交于 2023-08-19 14:57 . add env struct
module github.com/zhijingtech/expr
go 1.18
require (
github.com/google/cel-go v0.16.0
github.com/stretchr/testify v1.8.2
google.golang.org/protobuf v1.30.0
)
require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhijingtech/expr.git
git@gitee.com:zhijingtech/expr.git
zhijingtech
expr
expr
main

搜索帮助