Skip to content

Commit d31897c

Browse files
github-actions[bot]IBM/Instana/Team Gosanojsubran
authored
Updated go.mod, go.sum files, README.md for instaamqp (#491)
Co-authored-by: IBM/Instana/Team Go <[email protected]> Co-authored-by: sanoj subran <[email protected]>
1 parent 01f377b commit d31897c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

instrumentation/instaamqp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ See the [`instaamqp` package documentation][godoc] for detailed examples.
121121
<!---
122122
Mandatory comment section for CI/CD !!
123123
target-pkg-url: github.com/streadway/amqp
124-
current-version: v1.0.0
124+
current-version: v1.1.0
125125
--->

instrumentation/instaamqp/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.13
55
require (
66
github.com/instana/go-sensor v1.58.0
77
github.com/opentracing/opentracing-go v1.2.0
8-
github.com/streadway/amqp v1.0.0
8+
github.com/streadway/amqp v1.1.0
99
github.com/stretchr/testify v1.8.1
1010
)

instrumentation/instaamqp/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
99
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
1010
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1111
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
12-
github.com/streadway/amqp v1.0.0 h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo=
13-
github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
12+
github.com/streadway/amqp v1.1.0 h1:py12iX8XSyI7aN/3dUT8DFIDJazNJsVJdxNVEpnQTZM=
13+
github.com/streadway/amqp v1.1.0/go.mod h1:WYSrTEYHOXHd0nwFeUXAe2G2hRnQT+deZJJf88uS9Bg=
1414
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
1515
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
1616
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)