From 412fb94f3c6dbb02ed72ad91a0c58cf58bdde4e3 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期六, 06 七月 2019 18:14:56 +0800 Subject: [PATCH] 更新cache --- go.mod | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2cd6c49..0974820 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,10 @@ go 1.12 require ( - basic.com/dbapi.git v0.0.0-20190628102226-9378e3d64b5f - basic.com/pubsub/protomsg.git v0.0.0-20190629023317-2d44243bfce4 + basic.com/dbapi.git v0.0.0-20190701055817-73bca225181f + basic.com/pubsub/protomsg.git v0.0.0-20190706093248-8cd3a0511c78 basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051 + basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28 github.com/Microsoft/go-winio v0.4.12 // indirect github.com/ajg/form v1.5.1 // indirect github.com/gogo/protobuf v1.2.1 @@ -18,6 +19,7 @@ github.com/tmthrgd/go-shm v0.0.0-20170117044846-90afcfcd5ee9 // indirect github.com/tmthrgd/shm-go v0.0.0-20170130075737-7207ca97b290 // indirect gocv.io/x/gocv v0.20.0 + golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect nanomsg.org/go-mangos v1.4.0 // indirect ) -- Gitblit v1.8.0