From 1626ec21a6ad9e3f13793dbf88b194fc409100ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:00:16 +0000 Subject: [PATCH] chore(deps): bump github.com/tiktoken-go/tokenizer from 0.1.0 to 0.1.1 Bumps [github.com/tiktoken-go/tokenizer](https://github.com/tiktoken-go/tokenizer) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/tiktoken-go/tokenizer/releases) - [Commits](https://github.com/tiktoken-go/tokenizer/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/tiktoken-go/tokenizer dependency-type: direct:production update-type: version-update:semver-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 96ec3de..1b18d1b 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/sashabaranov/go-openai v1.23.1 github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.9.0 - github.com/tiktoken-go/tokenizer v0.1.0 + github.com/tiktoken-go/tokenizer v0.1.1 go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.50.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 go.opentelemetry.io/otel v1.26.0 diff --git a/go.sum b/go.sum index 0522ea3..532fa5c 100644 --- a/go.sum +++ b/go.sum @@ -204,8 +204,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/tiktoken-go/tokenizer v0.1.0 h1:c1fXriHSR/NmhMDTwUDLGiNhHwTV+ElABGvqhCWLRvY= -github.com/tiktoken-go/tokenizer v0.1.0/go.mod h1:7SZW3pZUKWLJRilTvWCa86TOVIiiJhYj3FQ5V3alWcg= +github.com/tiktoken-go/tokenizer v0.1.1 h1:C0Y2gshVqVFvXlVXWAqCtzUJ3StcuxwHQ0zx26tL7mA= +github.com/tiktoken-go/tokenizer v0.1.1/go.mod h1:7SZW3pZUKWLJRilTvWCa86TOVIiiJhYj3FQ5V3alWcg= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8=