From 7a60b2f19682925bbfaa733cb87408722e84c472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:25:46 +0000 Subject: [PATCH] Bump github.com/qdrant/go-client from 1.5.0 to 1.6.0 Bumps [github.com/qdrant/go-client](https://github.com/qdrant/go-client) from 1.5.0 to 1.6.0. - [Commits](https://github.com/qdrant/go-client/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/qdrant/go-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5fa13e96..d8e56904 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/grafana/grafana-plugin-sdk-go v0.183.0 github.com/launchdarkly/eventsource v1.7.1 - github.com/qdrant/go-client v1.5.0 + github.com/qdrant/go-client v1.6.0 google.golang.org/grpc v1.58.3 ) diff --git a/go.sum b/go.sum index e3ee55da..0db8e709 100644 --- a/go.sum +++ b/go.sum @@ -178,8 +178,8 @@ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.8.0 h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo= github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= -github.com/qdrant/go-client v1.5.0 h1:JxIp4oTFqZqsX7K5LZbfr2fCgfiT/mRsFaxJ1qCpdVM= -github.com/qdrant/go-client v1.5.0/go.mod h1:680gkxNAsVtre0Z8hAQmtPzJtz1xFAyCu2TUxULtnoE= +github.com/qdrant/go-client v1.6.0 h1:VCMEN21OeJ8T0RF8HKA6Ad7+7TIdqgMRWYWp05Glnyg= +github.com/qdrant/go-client v1.6.0/go.mod h1:680gkxNAsVtre0Z8hAQmtPzJtz1xFAyCu2TUxULtnoE= github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=