Skip to content

Commit c993c9e

Browse files
Bump the go_modules group
Bumps the go_modules group in /processor/spanmetricsprocessor with 2 updates: [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/mostynb/go-grpc-compression` from 1.1.17 to 1.2.3 - [Release notes](https://github.com/mostynb/go-grpc-compression/releases) - [Commits](mostynb/go-grpc-compression@v1.1.17...v1.2.3) Updates `golang.org/x/net` from 0.0.0-20220909164309-bea034e7d591 to 0.22.0 - [Commits](https://github.com/golang/net/commits/v0.22.0) --- updated-dependencies: - dependency-name: github.com/mostynb/go-grpc-compression dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 995fed4 commit c993c9e

File tree

2 files changed

+46
-57
lines changed

2 files changed

+46
-57
lines changed

processor/spanmetricsprocessor/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ require (
88
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.61.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.61.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.61.0
11-
github.com/stretchr/testify v1.8.0
11+
github.com/stretchr/testify v1.9.0
1212
go.opencensus.io v0.23.0
1313
go.opentelemetry.io/collector v0.61.0
1414
go.opentelemetry.io/collector/pdata v0.61.0
1515
go.opentelemetry.io/collector/semconv v0.61.0
1616
go.uber.org/multierr v1.8.0
1717
go.uber.org/zap v1.23.0
18-
google.golang.org/grpc v1.49.0
18+
google.golang.org/grpc v1.64.0
1919
)
2020

2121
require (
@@ -24,7 +24,7 @@ require (
2424
github.com/benbjohnson/clock v1.3.0 // indirect
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
27-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/felixge/httpsnoop v1.0.3 // indirect
3030
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -34,7 +34,7 @@ require (
3434
github.com/gogo/googleapis v1.4.1 // indirect
3535
github.com/gogo/protobuf v1.3.2 // indirect
3636
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37-
github.com/golang/protobuf v1.5.2 // indirect
37+
github.com/golang/protobuf v1.5.4 // indirect
3838
github.com/golang/snappy v0.0.4 // indirect
3939
github.com/gorilla/handlers v1.5.1 // indirect
4040
github.com/gorilla/mux v1.8.0 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4444
github.com/jaegertracing/jaeger v1.38.0 // indirect
4545
github.com/json-iterator/go v1.1.12 // indirect
46-
github.com/klauspost/compress v1.15.10 // indirect
46+
github.com/klauspost/compress v1.17.8 // indirect
4747
github.com/knadh/koanf v1.4.3 // indirect
4848
github.com/magiconair/properties v1.8.6 // indirect
4949
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5353
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5454
github.com/modern-go/reflect2 v1.0.2 // indirect
55-
github.com/mostynb/go-grpc-compression v1.1.17 // indirect
55+
github.com/mostynb/go-grpc-compression v1.2.3 // indirect
5656
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.61.0 // indirect
5757
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.61.0 // indirect
5858
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.61.0 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7272
github.com/spf13/pflag v1.0.5 // indirect
7373
github.com/spf13/viper v1.12.0 // indirect
74-
github.com/stretchr/objx v0.4.0 // indirect
74+
github.com/stretchr/objx v0.5.2 // indirect
7575
github.com/subosito/gotenv v1.3.0 // indirect
7676
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
7777
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
@@ -81,11 +81,11 @@ require (
8181
go.opentelemetry.io/otel/metric v0.32.1 // indirect
8282
go.opentelemetry.io/otel/trace v1.10.0 // indirect
8383
go.uber.org/atomic v1.10.0 // indirect
84-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
85-
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
86-
golang.org/x/text v0.3.7 // indirect
84+
golang.org/x/net v0.22.0 // indirect
85+
golang.org/x/sys v0.18.0 // indirect
86+
golang.org/x/text v0.14.0 // indirect
8787
google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de // indirect
88-
google.golang.org/protobuf v1.28.1 // indirect
88+
google.golang.org/protobuf v1.34.1 // indirect
8989
gopkg.in/ini.v1 v1.66.6 // indirect
9090
gopkg.in/yaml.v2 v2.4.0 // indirect
9191
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)