From 5a7a5b44ecaf2938d583ec332cf63c3d3d87bed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:13:18 +0000 Subject: [PATCH] chore(deps): bump github.com/XSAM/otelsql from 0.34.0 to 0.38.0 Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.34.0 to 0.38.0. - [Release notes](https://github.com/XSAM/otelsql/releases) - [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md) - [Commits](https://github.com/XSAM/otelsql/compare/v0.34.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/XSAM/otelsql dependency-type: direct:production update-type: version-update:semver-minor ... 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 b7e691c8..6cfd8d19 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/dxta-dev/app go 1.24.2 require ( - github.com/XSAM/otelsql v0.34.0 + github.com/XSAM/otelsql v0.38.0 github.com/go-chi/chi/v5 v5.2.1 github.com/libsql/libsql-client-go v0.0.0-20231212112702-ff51beb13681 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 diff --git a/go.sum b/go.sum index 1c09c5dd..5a1fa3ca 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/XSAM/otelsql v0.34.0 h1:YdCRKy17Xn0MH717LEwqpVL/a+4nexmSCBrgoycYY6E= -github.com/XSAM/otelsql v0.34.0/go.mod h1:xaE+ybu+kJOYvtDyThbe0VoKWngvKHmNlrM1rOn8f94= +github.com/XSAM/otelsql v0.38.0 h1:zWU0/YM9cJhPE71zJcQ2EBHwQDp+G4AX2tPpljslaB8= +github.com/XSAM/otelsql v0.38.0/go.mod h1:5ePOgcLEkWvZtN9H3GV4BUlPeM3p3pzLDCnRG73X8h8= github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 h1:goHVqTbFX3AIo0tzGr14pgfAW2ZfPChKO21Z9MGf/gk= github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=