Skip to content

Commit

Permalink
feat: 完善告警和物模型缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Oct 22, 2024
1 parent 81966cd commit 66ccd59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.21.4

require (
gitee.com/unitedrhino/core v1.0.0
gitee.com/unitedrhino/share v1.0.9
gitee.com/unitedrhino/share v1.0.10
gitee.com/unitedrhino/squirrel v1.20.5
github.com/dgraph-io/ristretto v0.1.0
github.com/dop251/goja v0.0.0-20230402114112-623f9dda9079
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gitee.com/unitedrhino/core v1.0.0 h1:oSQnx4t1hXRGgTy0u9+9HYidcxDAC2wjL3ypj0nplys
gitee.com/unitedrhino/core v1.0.0/go.mod h1:FEt25YTCCFW/FFuR4CoPZCASIM0ITpBhek5L42F+nww=
gitee.com/unitedrhino/driver-go/v3 v3.30.1 h1:hVBG8jRPaPL+fS/tAvsG60Jt7QvLW50OQuD0Ms+6iao=
gitee.com/unitedrhino/driver-go/v3 v3.30.1/go.mod h1:Kdr+5rPmtqqxpliQ0NJrg24F9jCHcwywyWiDaVA5eEQ=
gitee.com/unitedrhino/share v1.0.9 h1:QEEOf+DqY7RDhglCB49MAvJleFjFGymByt7L5U9yIio=
gitee.com/unitedrhino/share v1.0.9/go.mod h1:Dl3q5/yyaPFigYpf/e0YEiLypkM8nkKR2m/C06IOvZs=
gitee.com/unitedrhino/share v1.0.10 h1:IEHddGizGAsnWjNsYm+v5ORyReom7PTZR5j7JDprmXk=
gitee.com/unitedrhino/share v1.0.10/go.mod h1:Dl3q5/yyaPFigYpf/e0YEiLypkM8nkKR2m/C06IOvZs=
gitee.com/unitedrhino/squirrel v1.20.5 h1:Mi11U2zk3VEPUMh2+TxThcjRkFA3rtBwVK6qL8dnTmU=
gitee.com/unitedrhino/squirrel v1.20.5/go.mod h1:NVTC7zI2TMArBB7L0eOp67c0TVBOJ3TKpY+Qbs8R+TU=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
Expand Down

0 comments on commit 66ccd59

Please sign in to comment.