From 4a3549844e68ffbb17a9172ef6573b7c8b16663e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 02:34:18 +0000 Subject: [PATCH] Bump github.com/tophergopher/easymongo from 0.1.0 to 0.2.0 Bumps [github.com/tophergopher/easymongo](https://github.com/tophergopher/easymongo) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/tophergopher/easymongo/releases) - [Commits](https://github.com/tophergopher/easymongo/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/tophergopher/easymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d33e704..a2dd3da 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/opencontainers/image-spec v1.0.2 github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.0 - github.com/tophergopher/easymongo v0.1.0 + github.com/tophergopher/easymongo v0.2.0 go.mongodb.org/mongo-driver v1.10.0 ) diff --git a/go.sum b/go.sum index 04c0c72..bb506e3 100644 --- a/go.sum +++ b/go.sum @@ -143,8 +143,9 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= -github.com/tophergopher/easymongo v0.1.0 h1:GAi9u0KVMZBQ/RO6sw4L9JcVyzJmkj3lrYsoMDiAMyI= github.com/tophergopher/easymongo v0.1.0/go.mod h1:dVq/oueWcFwlj5tSGgv7YdRmg8teqe8jRC2IUEey1BM= +github.com/tophergopher/easymongo v0.2.0 h1:IXHNs3tr2Or8zyBdpw7veivLABjCWfE25dycIz5r1fs= +github.com/tophergopher/easymongo v0.2.0/go.mod h1:dVq/oueWcFwlj5tSGgv7YdRmg8teqe8jRC2IUEey1BM= github.com/tophergopher/mongotest v0.1.0/go.mod h1:nVQ5NnYI+F9VTpsX1tqx/5p24xxa4jfYBQerojPaLAE= github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=