From 3e32342b48dcf4f58498f2adc69604d5aa010903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:13:26 +0000 Subject: [PATCH] chore(deps): bump github.com/qdrant/qdrant-cloud-public-api Bumps the go-minor-and-patch group with 1 update: [github.com/qdrant/qdrant-cloud-public-api](https://github.com/qdrant/qdrant-cloud-public-api). Updates `github.com/qdrant/qdrant-cloud-public-api` from 0.176.0 to 0.179.0 - [Release notes](https://github.com/qdrant/qdrant-cloud-public-api/releases) - [Changelog](https://github.com/qdrant/qdrant-cloud-public-api/blob/main/docs/release.md) - [Commits](https://github.com/qdrant/qdrant-cloud-public-api/compare/v0.176.0...v0.179.0) --- updated-dependencies: - dependency-name: github.com/qdrant/qdrant-cloud-public-api dependency-version: 0.179.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... 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 cfdf8c4..c24d159 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/jedib0t/go-pretty/v6 v6.8.3 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - github.com/qdrant/qdrant-cloud-public-api v0.176.0 + github.com/qdrant/qdrant-cloud-public-api v0.179.0 github.com/robfig/cron/v3 v3.0.1 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 diff --git a/go.sum b/go.sum index 290b456..bb2508c 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0 github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ= github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU= -github.com/qdrant/qdrant-cloud-public-api v0.176.0 h1:ZVqILpURboTsDELAqEGeeF640tTEP5stC3CzrSeU2tc= -github.com/qdrant/qdrant-cloud-public-api v0.176.0/go.mod h1:DZfiEUkwf6gWyHGmwLvT6FQQEMZIjyb4BtT71k5lg1c= +github.com/qdrant/qdrant-cloud-public-api v0.179.0 h1:p/LOKup1ASMFW7NL4HuJqo0fiWsJwnpvNkO2dO0ZlX8= +github.com/qdrant/qdrant-cloud-public-api v0.179.0/go.mod h1:pbHwBUgvWc3/HXD3blIHXAgTF2y8z1Iuluzc1vUvywI= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=