From a7801287ead261f5822a9eee459b466cc7749e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:20:35 +0100 Subject: [PATCH] chore(deps): bump github.com/amikos-tech/chroma-go in /modules/chroma (#2275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/amikos-tech/chroma-go](https://github.com/amikos-tech/chroma-go) from 0.0.0-20240109142503-c8fb49c3e28c to 0.0.1. - [Release notes](https://github.com/amikos-tech/chroma-go/releases) - [Commits](https://github.com/amikos-tech/chroma-go/commits/v0.0.1) --- updated-dependencies: - dependency-name: github.com/amikos-tech/chroma-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña --- modules/chroma/go.mod | 2 +- modules/chroma/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/chroma/go.mod b/modules/chroma/go.mod index fee134b88f..0524beab83 100644 --- a/modules/chroma/go.mod +++ b/modules/chroma/go.mod @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/chroma go 1.21 require ( - github.com/amikos-tech/chroma-go v0.0.0-20240109142503-c8fb49c3e28c + github.com/amikos-tech/chroma-go v0.0.1 github.com/testcontainers/testcontainers-go v0.28.0 ) diff --git a/modules/chroma/go.sum b/modules/chroma/go.sum index 8812d9a54d..82156376bd 100644 --- a/modules/chroma/go.sum +++ b/modules/chroma/go.sum @@ -8,8 +8,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8= github.com/Microsoft/hcsshim v0.11.4/go.mod h1:smjE4dvqPX9Zldna+t5FG3rnoHhaB7QYxPRqGcpAD9w= -github.com/amikos-tech/chroma-go v0.0.0-20240109142503-c8fb49c3e28c h1:DzSXJSUVK5ed+HhAnGA1TKgBdXqAW/iXPRvpd9rXWLc= -github.com/amikos-tech/chroma-go v0.0.0-20240109142503-c8fb49c3e28c/go.mod h1:uJwgGN4rBUTMI88Rn68Xia+cTRogOo0/elcPvJYFtBU= +github.com/amikos-tech/chroma-go v0.0.1 h1:yWgl6YUhM+kXuH82DR9Q8dWddcjgaFuFPk+MtWNreqE= +github.com/amikos-tech/chroma-go v0.0.1/go.mod h1:uJwgGN4rBUTMI88Rn68Xia+cTRogOo0/elcPvJYFtBU= github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM= github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/containerd/containerd v1.7.12 h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=