From e55f9bbd8a3b2b080adb80227531bcbb931d105b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:20:23 +0000 Subject: [PATCH] Update module github.com/opentracing-contrib/go-grpc to v0.1.1 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | go | github.com/opentracing-contrib/go-grpc | v0.0.0 | v0.1.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index d3d10b8..ab667e7 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ replace github.com/opentracing-contrib/go-grpc => ../ require ( github.com/golang/protobuf v1.5.4 - github.com/opentracing-contrib/go-grpc v0.0.0 + github.com/opentracing-contrib/go-grpc v0.1.1 github.com/opentracing/opentracing-go v1.2.0 github.com/stretchr/testify v1.10.0 google.golang.org/grpc v1.69.4