From d6a49ae26c8723d737e36d1ee544b2edafdae501 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期日, 26 五月 2024 18:51:15 +0800
Subject: [PATCH] 添加布控模块,合并person_status和snapshot_count_summary数据库等

---
 go.mod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/go.mod b/go.mod
index 54341ae..0d27608 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@
 )
 
 require (
-	basic.com/CloudAI/protomsg.git v0.0.0-20240523091240-77f661e9c66f // indirect
+	basic.com/CloudAI/protomsg.git v0.0.0-20240524094225-61cfc0043e88 // indirect
 	basic.com/pubsub/protomsg.git v0.0.0-20230210092337-5f1e6cdae7c3 // indirect
 	filippo.io/edwards25519 v1.1.0 // indirect
 	github.com/fsnotify/fsnotify v1.7.0 // indirect

--
Gitblit v1.8.0