aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/go.mod
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-01-16 12:28:55 -0800
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-01-16 12:29:00 -0800
commit326452d9421322e8e08b145ef797496dff2ef954 (patch)
treec06cd51ad5f280e31d1c384fe244b5ec94cb18e0 /src/k8splugin/go.mod
parent8db0a40746925ffdd98c6b6718a05e31d17fc755 (diff)
Bump mongodriver to 0.2.0
Bumping mongodriver version to 0.2.0 This is a driver that has frequent updates and we need to keep on top of those changes Issue-ID: MULTICLOUD-426 Change-Id: Ibfc7bdbfd8c3443886d14560bc22a10483ada76a Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r--src/k8splugin/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod
index 2ac70782..c6d2ef23 100644
--- a/src/k8splugin/go.mod
+++ b/src/k8splugin/go.mod
@@ -27,7 +27,7 @@ require (
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 // indirect
- github.com/mongodb/mongo-go-driver v0.1.0
+ github.com/mongodb/mongo-go-driver v0.2.0
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect