From e464f894c67d27a713fb83bde15a5921a82c6caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:28:53 +0200 Subject: [PATCH] Bump github.com/arangodb/go-driver from 1.3.0 to 1.3.1 in /arangodb (#342) Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver) from 1.3.0 to 1.3.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.3.0...v1.3.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cefb48fd..0b084a0a 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.0 + github.com/arangodb/go-driver v1.3.1 github.com/gofiber/utils v0.1.2 ) diff --git a/arangodb/go.sum b/arangodb/go.sum index c4ffea21..5fd285fb 100644 --- a/arangodb/go.sum +++ b/arangodb/go.sum @@ -1,5 +1,5 @@ -github.com/arangodb/go-driver v1.3.0 h1:gJiCX1TcQcM3tp1sR0Cn90i82tpU58B8sRTS251DfJA= -github.com/arangodb/go-driver v1.3.0/go.mod h1:5GAx3XvK72DJPhJgyjZOtYAGc4SpY7rZDb3LyhCvLcQ= +github.com/arangodb/go-driver v1.3.1 h1:ypwg9uwahiUekuwdDOttoLR7F5DmK5BzpSXt92poCyQ= +github.com/arangodb/go-driver v1.3.1/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=