From 6b21d0af3865247d71f4fc1be7a91c786e9e6518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:37:03 +0000 Subject: [PATCH] Bump github.com/arangodb/go-driver from 1.6.0 to 1.6.1 in /arangodb Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver) from 1.6.0 to 1.6.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.6.0...v1.6.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arangodb/go.mod b/arangodb/go.mod index 95012d45..37d0d2d8 100644 --- a/arangodb/go.mod +++ b/arangodb/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/storage/arangodb/v2 go 1.19 require ( - github.com/arangodb/go-driver v1.6.0 + github.com/arangodb/go-driver v1.6.1 github.com/gofiber/utils/v2 v2.0.0-beta.3 github.com/stretchr/testify v1.8.4 ) diff --git a/arangodb/go.sum b/arangodb/go.sum index 75866b3d..e2e3380d 100644 --- a/arangodb/go.sum +++ b/arangodb/go.sum @@ -1,5 +1,5 @@ -github.com/arangodb/go-driver v1.6.0 h1:NFWj/idqXZxhFVueihMSI2R9NotNIsgvNfM/xmpekb4= -github.com/arangodb/go-driver v1.6.0/go.mod h1:HQmdGkvNMVBTE3SIPSQ8T/ZddC6iwNsfMR+dDJQxIsI= +github.com/arangodb/go-driver v1.6.1 h1:bnhrpbA4U1NU13JOWs5sWWYMtQwdjKT0+jkl8dSndyY= +github.com/arangodb/go-driver v1.6.1/go.mod h1:ywucwwi34GBxxXFWw/ym+7/66//L4K9abxk/sFJro2k= 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/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=