From 358614292dcebf7027caa6f2c75aaa138b48ca79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 04:17:09 +0000 Subject: [PATCH] Bump github.com/mostynb/go-grpc-compression in /config/configgrpc Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.1.19 to 1.2.1. - [Release notes](https://github.com/mostynb/go-grpc-compression/releases) - [Commits](https://github.com/mostynb/go-grpc-compression/compare/v1.1.19...v1.2.1) --- updated-dependencies: - dependency-name: github.com/mostynb/go-grpc-compression dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- config/configgrpc/go.mod | 2 +- config/configgrpc/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/configgrpc/go.mod b/config/configgrpc/go.mod index a55f575e8c2..94504bc5b06 100644 --- a/config/configgrpc/go.mod +++ b/config/configgrpc/go.mod @@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/config/configgrpc go 1.19 require ( - github.com/mostynb/go-grpc-compression v1.1.19 + github.com/mostynb/go-grpc-compression v1.2.1 github.com/stretchr/testify v1.8.4 go.opentelemetry.io/collector v0.80.0 go.opentelemetry.io/collector/component v0.80.0 diff --git a/config/configgrpc/go.sum b/config/configgrpc/go.sum index 4553965500c..60d157222a5 100644 --- a/config/configgrpc/go.sum +++ b/config/configgrpc/go.sum @@ -291,8 +291,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/mostynb/go-grpc-compression v1.1.19 h1:T57PAuic1tP+6PVgPpeZ15Nx6r6FqUqdnXeAslzxn0Y= -github.com/mostynb/go-grpc-compression v1.1.19/go.mod h1:oidYvYyefMmhcuvU8fLJ8FfZyTyVzJ6SkmD5fIKgRe8= +github.com/mostynb/go-grpc-compression v1.2.1 h1:16tdYxBZSD8p9AUmvw4F7Nyc2T4/eE7XsIXrgxSEcJI= +github.com/mostynb/go-grpc-compression v1.2.1/go.mod h1:oidYvYyefMmhcuvU8fLJ8FfZyTyVzJ6SkmD5fIKgRe8= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/npillmayer/nestext v0.1.3/go.mod h1:h2lrijH8jpicr25dFY+oAJLyzlya6jhnuG+zWp9L0Uk=