Bump go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux (#133)

Bumps [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/gorilla/mux) from 0.34.0 to 0.36.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/commits)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-20 09:06:39 -07:00 committed by GitHub
parent a2223e03fc
commit f853f8cfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -36,7 +36,7 @@ require (
github.com/uptrace/bun/extra/bundebug v1.1.8
github.com/uptrace/bun/extra/bunotel v1.1.8
github.com/uptrace/uptrace-go v1.9.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.34.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.36.0
go.opentelemetry.io/otel v1.10.0
go.opentelemetry.io/otel/trace v1.10.0
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b

4
go.sum
View File

@ -492,8 +492,8 @@ go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.34.0 h1:OkXMRbgldT4yZR7RwB4SFYTjYJGTXwPQVX69pYtTnc4=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.34.0/go.mod h1:zMu+r6aEorSQi8Ad0Y1fNrznm+VM8F10D2WlZp3HeFw=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.36.0 h1:7idI5nbS8SA6v/o7WCfzBsAd7BViU3y3WHKNzwtBwt8=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.36.0/go.mod h1:snA/2VK6VMPcJTjCwqVxnnYam1zZ/aZeRjUyJIyj6ek=
go.opentelemetry.io/contrib/instrumentation/runtime v0.34.0 h1:zt4RDodWkgiHk8tyUmFOjFoOOfyGH7vwIbUzKP6CCh8=
go.opentelemetry.io/contrib/instrumentation/runtime v0.34.0/go.mod h1:5wIoZE96WbcQVU3D6UF/ukRfFQXbB6OYgeWi9CjHa90=
go.opentelemetry.io/otel v0.13.0/go.mod h1:dlSNewoRYikTkotEnxdmuBHgzT+k/idJSfDv/FxEnOY=

View File

@ -16,7 +16,7 @@ package otelmux // import "go.opentelemetry.io/contrib/instrumentation/github.co
// Version is the current release version of the gorilla/mux instrumentation.
func Version() string {
return "0.34.0"
return "0.36.0"
// This string is updated by the pre_release.sh script during release
}

2
vendor/modules.txt vendored
View File

@ -504,7 +504,7 @@ github.com/vmihailenco/msgpack/v5/msgpcode
github.com/vmihailenco/tagparser/v2
github.com/vmihailenco/tagparser/v2/internal
github.com/vmihailenco/tagparser/v2/internal/parser
# go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.34.0
# go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.36.0
## explicit; go 1.17
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
# go.opentelemetry.io/contrib/instrumentation/runtime v0.34.0