Skip to content

Commit 7b51f7a

Browse files
Bump github.com/emicklei/go-restful/v3 from 3.5.0 to 3.5.1 in /instrumentation/github.com/emicklei/go-restful/otelrestful (#753)
* Bump github.com/emicklei/go-restful/v3 Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.5.0...v3.5.1) Signed-off-by: dependabot[bot] <[email protected]> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 8db2eae commit 7b51f7a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.sum

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiU
33
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6-
github.com/emicklei/go-restful/v3 v3.5.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
76
github.com/emicklei/go-restful/v3 v3.5.1 h1:ZYmmu3rxJuiOaopbU3w+6xk12ncKBpM9Y2ttkWNRLf4=
87
github.com/emicklei/go-restful/v3 v3.5.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
98
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=

instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace (
88
)
99

1010
require (
11-
github.com/emicklei/go-restful/v3 v3.5.0
11+
github.com/emicklei/go-restful/v3 v3.5.1
1212
github.com/json-iterator/go v1.1.10 // indirect
1313
github.com/stretchr/testify v1.7.0
1414
go.opentelemetry.io/contrib v0.19.0

instrumentation/github.com/emicklei/go-restful/otelrestful/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/emicklei/go-restful/v3 v3.5.0 h1:drDJiobF9ij4cUuv0zx7o5zvHYFNi2ZMhE7ULnoFuoA=
5-
github.com/emicklei/go-restful/v3 v3.5.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
4+
github.com/emicklei/go-restful/v3 v3.5.1 h1:ZYmmu3rxJuiOaopbU3w+6xk12ncKBpM9Y2ttkWNRLf4=
5+
github.com/emicklei/go-restful/v3 v3.5.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
66
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
77
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
88
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 commit comments

Comments
 (0)