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=