Skip to content

Commit 3f088d1

Browse files
go.mod: bump github.com/cohere-ai/cohere-go/v2 from 2.12.4 to 2.13.0 (#2196)
Bumps [github.com/cohere-ai/cohere-go/v2](https://github.com/cohere-ai/cohere-go) from 2.12.4 to 2.13.0. - [Release notes](https://github.com/cohere-ai/cohere-go/releases) - [Commits](cohere-ai/cohere-go@v2.12.4...v2.13.0) --- updated-dependencies: - dependency-name: github.com/cohere-ai/cohere-go/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3efa052 commit 3f088d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.3.0
99
github.com/alexeyco/simpletable v1.0.0
1010
github.com/bufbuild/buf v1.50.0
11-
github.com/cohere-ai/cohere-go/v2 v2.12.4
11+
github.com/cohere-ai/cohere-go/v2 v2.13.0
1212
github.com/conduitio/conduit-commons v0.5.1
1313
github.com/conduitio/conduit-connector-file v0.10.0
1414
github.com/conduitio/conduit-connector-generator v0.10.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/ckaznocha/intrange v0.3.0 h1:VqnxtK32pxgkhJgYQEeOArVidIPg+ahLP7WBOXZd
223223
github.com/ckaznocha/intrange v0.3.0/go.mod h1:+I/o2d2A1FBHgGELbGxzIcyd3/9l9DuwjM8FsbSS3Lo=
224224
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
225225
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
226-
github.com/cohere-ai/cohere-go/v2 v2.12.4 h1:hWiOc7LkwJ21S3hh3Ogh9Fe5s9ZDsVu11qoaMGfYZRQ=
227-
github.com/cohere-ai/cohere-go/v2 v2.12.4/go.mod h1:MuiJkCxlR18BDV2qQPbz2Yb/OCVphT1y6nD2zYaKeR0=
226+
github.com/cohere-ai/cohere-go/v2 v2.13.0 h1:LBVBOBNCrQnp/CCNpRhkOBOFK6uXcE9m/FmO4SLjh4M=
227+
github.com/cohere-ai/cohere-go/v2 v2.13.0/go.mod h1:MuiJkCxlR18BDV2qQPbz2Yb/OCVphT1y6nD2zYaKeR0=
228228
github.com/colinmarc/hdfs/v2 v2.1.1/go.mod h1:M3x+k8UKKmxtFu++uAZ0OtDU8jR3jnaZIAc6yK4Ue0c=
229229
github.com/conduitio/conduit-commons v0.5.1 h1:o6Lh3LhBuorDfVVlWyj3tYoYbBUUPTMiJE2zefiBuSo=
230230
github.com/conduitio/conduit-commons v0.5.1/go.mod h1:FmJI9zOxX+HDiqculivPmekaUASZdubOJnI8sOOLAXk=

0 commit comments

Comments
 (0)