From 5f4aac0b2d65037876f9cf6ca76ffeba7f98220d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 22 八月 2019 17:35:59 +0800 Subject: [PATCH] change compare call --- go.mod | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b0cebed..f726536 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ go 1.12 require ( - basic.com/dbapi.git v0.0.0-20190701055817-73bca225181f + basic.com/dbapi.git v0.0.0-20190822081128-ce924b8a905f basic.com/pubsub/cache.git v0.0.0-20190718093725-6a413e1d7d48 - basic.com/pubsub/protomsg.git v0.0.0-20190719101124-f94ca7d72b4f + basic.com/pubsub/protomsg.git v0.0.0-20190801122504-ad6c105f7a2b basic.com/pubsub/sdkcompare.git v0.0.0-20190715013640-f536a4647d00 basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051 basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28 @@ -25,5 +25,5 @@ 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 + nanomsg.org/go-mangos v1.4.0 ) -- Gitblit v1.8.0