From e3b3b542a7d5f1b627805f9d5e56e66ea62568fc Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期六, 29 六月 2019 17:59:15 +0800 Subject: [PATCH] can use with web and camera --- go.mod | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e97ef4a..7fdfa25 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,14 @@ go 1.12 require ( - basic.com/dbapi.git v0.0.0-20190531051326-e49473afa5e9 - basic.com/pubsub/protomsg.git v0.0.0-20190530084829-0ea842491a96 - basic.com/r/dbapi.git v0.0.0-20190531051326-e49473afa5e9 + basic.com/dbapi.git v0.0.0-20190620073851-30a7d0574bbc + basic.com/pubsub/protomsg.git v0.0.0-20190628022108-13a4fccc509f basic.com/valib/deliver.git v0.0.0-20190529080650-3e64847c9bce + github.com/ajg/form v1.5.1 // indirect github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.1 github.com/gorilla/websocket v1.4.0 // indirect + github.com/pierrec/lz4 v2.0.5+incompatible github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a github.com/tmthrgd/go-sem v0.0.0-20160607101025-0214dbf53877 // indirect github.com/tmthrgd/go-shm v0.0.0-20170117044846-90afcfcd5ee9 // indirect -- Gitblit v1.8.0