diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-03-14 15:38:13 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-03-14 15:38:16 -0700 |
commit | e50daed19bbaec979a91f2677289f1c2e6e0d0d9 (patch) | |
tree | dd917440a69e92cd6e6668cdc18952864a1ac462 /src/k8splugin/go.mod | |
parent | f379cb8c8a5d8cf4290fd6e105f66e4fd4cdabe6 (diff) |
Upgrade mongo driver to 1.0
Mongo driver 1.0 was released recently
Upgrading from 0.2.0 which we were on right now.
Issue-ID: MULTICLOUD-530
Change-Id: I6d968e99b129d4307414ec31410505200b7bd47d
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index 606eb4da..29a10ecb 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -51,7 +51,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.2.0 + github.com/mongodb/mongo-go-driver v1.0.0 github.com/opencontainers/go-digest v1.0.0-rc1 // indirect github.com/opencontainers/image-spec v1.0.1 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect @@ -66,6 +66,7 @@ require ( github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect github.com/xdg/stringprep v1.0.0 // indirect + go.mongodb.org/mongo-driver v1.0.0 golang.org/x/net v0.0.0-20181201002055-351d144fa1fc golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect |