From d55bc4c3c8e208468a907884d5d0d7d46c6d3052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:44:41 +0000 Subject: [PATCH] Bump github.com/rs/cors from 1.10.1 to 1.11.0 in /config/confighttp Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.10.1 to 1.11.0. - [Commits](https://github.com/rs/cors/compare/v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: github.com/rs/cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/confighttp/go.mod | 2 +- config/confighttp/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/confighttp/go.mod b/config/confighttp/go.mod index 0df43e44bd9..a6093c296f9 100644 --- a/config/confighttp/go.mod +++ b/config/confighttp/go.mod @@ -5,7 +5,7 @@ go 1.21.0 require ( github.com/golang/snappy v0.0.4 github.com/klauspost/compress v1.17.8 - github.com/rs/cors v1.10.1 + github.com/rs/cors v1.11.0 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/collector v0.102.1 go.opentelemetry.io/collector/component v0.102.1 diff --git a/config/confighttp/go.sum b/config/confighttp/go.sum index b200e478308..61afb5d50da 100644 --- a/config/confighttp/go.sum +++ b/config/confighttp/go.sum @@ -59,8 +59,8 @@ github.com/prometheus/procfs v0.15.0 h1:A82kmvXJq2jTu5YUhSGNlYoxh85zLnKgPz4bMZgI github.com/prometheus/procfs v0.15.0/go.mod h1:Y0RJ/Y5g5wJpkTisOtqwDSo4HwhGmLB4VQSw2sQJLHk= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= -github.com/rs/cors v1.10.1 h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo= -github.com/rs/cors v1.10.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= +github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po= +github.com/rs/cors v1.11.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=