From 10fa3a6c8946cd92c18565e4d352957d1a76516c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 07:01:54 +0000 Subject: [PATCH] Bump github.com/arangodb/go-driver from 1.4.0 to 1.4.1 in /arangodb Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/arangodb/go-driver/releases) - [Changelog](https://github.com/arangodb/go-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/arangodb/go-driver/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/arangodb/go-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- arangodb/go.mod | 2 +- arangodb/go.sum | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arangodb/go.mod b/arangodb/go.mod index 26b57de9..43b2f367 100644 --- a/arangodb/go.mod +++ b/arangodb/go.mod @@ -3,6 +3,6 @@ module github.com/gofiber/storage/arangodb go 1.16 require ( - github.com/arangodb/go-driver v1.4.0 + github.com/arangodb/go-driver v1.4.1 github.com/gofiber/utils v1.0.1 ) diff --git a/arangodb/go.sum b/arangodb/go.sum index e6d33f53..c60960b2 100644 --- a/arangodb/go.sum +++ b/arangodb/go.sum @@ -1,8 +1,8 @@ -github.com/arangodb/go-driver v1.4.0 h1:uNCbVYkr5ZP3hIVUP6wqjOVyhMYOL9NDmR762tIeYP0= -github.com/arangodb/go-driver v1.4.0/go.mod h1:5GAx3XvK72DJPhJgyjZOtYAGc4SpY7rZDb3LyhCvLcQ= +github.com/arangodb/go-driver v1.4.1 h1:Jg0N7XKxiKwjswmAcMCnefWmt81KJEqybqRAGJDRWlo= +github.com/arangodb/go-driver v1.4.1/go.mod h1:UTtaxTUMmyPWzKc2dsWWOZzZ3yM6aHWxn/eubGa3YmQ= github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e h1:Xg+hGrY2LcQBbxd0ZFdbGSyRKTYMZCfBbw/pMJFOk1g= github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e/go.mod h1:mq7Shfa/CaixoDxiyAAc5jZ6CVBAyPaNQCGS7mkj4Ho= -github.com/coreos/go-iptables v0.4.3/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU= +github.com/coreos/go-iptables v0.6.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=