Skip to content

Commit a53767c

Browse files
chore(deps): bump github.com/qdrant/qdrant-cloud-public-api (#115)
Bumps [github.com/qdrant/qdrant-cloud-public-api](https://github.com/qdrant/qdrant-cloud-public-api) from 0.114.0 to 0.115.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](qdrant/qdrant-cloud-public-api@v0.114.0...v0.115.0) --- updated-dependencies: - dependency-name: github.com/qdrant/qdrant-cloud-public-api dependency-version: 0.115.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae1fc6e commit a53767c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/dustin/go-humanize v1.0.1
88
github.com/google/uuid v1.6.0
99
github.com/jedib0t/go-pretty/v6 v6.7.9
10-
github.com/qdrant/qdrant-cloud-public-api v0.114.0
10+
github.com/qdrant/qdrant-cloud-public-api v0.115.0
1111
github.com/robfig/cron/v3 v3.0.1
1212
github.com/spf13/cobra v1.10.2
1313
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0
6969
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
7070
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
7171
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
72-
github.com/qdrant/qdrant-cloud-public-api v0.114.0 h1:bih79DlwPT6nawEAZLj9+yQmMbOnPrZ66OsIswLZuSY=
73-
github.com/qdrant/qdrant-cloud-public-api v0.114.0/go.mod h1:UY3EswIm0L/q9Er0968cPS5SVgOBFRDVOCk153b7Upk=
72+
github.com/qdrant/qdrant-cloud-public-api v0.115.0 h1:Fk7Udt6kZ2GjPlofpyyzqjnlBh2gf3b8hOPr7y25If4=
73+
github.com/qdrant/qdrant-cloud-public-api v0.115.0/go.mod h1:UY3EswIm0L/q9Er0968cPS5SVgOBFRDVOCk153b7Upk=
7474
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
7575
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
7676
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=

0 commit comments

Comments
 (0)