Skip to content

Commit

Permalink
Bump github.com/emicklei/go-restful/v3 from 3.3.0 to 3.3.1 in /instru…
Browse files Browse the repository at this point in the history
…mentation/github.com/emicklei/go-restful (#329)

* Bump github.com/emicklei/go-restful/v3

Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3.3.1/CHANGES.md)
- [Commits](emicklei/go-restful@v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 8, 2020
1 parent b2001ac commit 5a11c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instrumentation/github.com/emicklei/go-restful/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace go.opentelemetry.io/contrib => ../../../..

require (
github.com/emicklei/go-restful/v3 v3.3.0
github.com/emicklei/go-restful/v3 v3.3.1
github.com/json-iterator/go v1.1.10 // indirect
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/contrib v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/github.com/emicklei/go-restful/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/emicklei/go-restful/v3 v3.3.0 h1:RRh6xN6/CknJkWaVFCibr9DxkFnd/A9MOLDYbCjcg0c=
github.com/emicklei/go-restful/v3 v3.3.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/emicklei/go-restful/v3 v3.3.1 h1:engBLuFVe3n4ck963X94ZFfauROk9nthZOKilyHLgpM=
github.com/emicklei/go-restful/v3 v3.3.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
Expand Down

0 comments on commit 5a11c85

Please sign in to comment.