From d533947dcadf5dab885a2cdb185f5942e2a009bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 07:26:13 +0000 Subject: [PATCH] Bump github.com/arangodb/go-driver from 1.3.3 to 1.4.0 in /arangodb Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver) from 1.3.3 to 1.4.0. - [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.3.3...v1.4.0) --- updated-dependencies: - dependency-name: github.com/arangodb/go-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- arangodb/go.mod | 2 +- arangodb/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arangodb/go.mod b/arangodb/go.mod index de616400..6ea0635c 100644 --- a/arangodb/go.mod +++ b/arangodb/go.mod @@ -3,6 +3,6 @@ module github.com/gofiber/storage/arangodb go 1.14 require ( - github.com/arangodb/go-driver v1.3.3 + github.com/arangodb/go-driver v1.4.0 github.com/gofiber/utils v0.1.2 ) diff --git a/arangodb/go.sum b/arangodb/go.sum index d0c0f0c0..cd88880a 100644 --- a/arangodb/go.sum +++ b/arangodb/go.sum @@ -1,5 +1,5 @@ -github.com/arangodb/go-driver v1.3.3 h1:UEV74zLYvvAvQgQgNHORdvaADtDX2uTVZH+1H7WAFAQ= -github.com/arangodb/go-driver v1.3.3/go.mod h1:5GAx3XvK72DJPhJgyjZOtYAGc4SpY7rZDb3LyhCvLcQ= +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-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=