From b404a39a9e208c477433c36c57d5f3019dc6b715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:21:46 +0000 Subject: [PATCH] Bump github.com/gorilla/handlers Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 0.0.0-20181012153334-350d97a79266 to 1.3.0. - [Release notes](https://github.com/gorilla/handlers/releases) - [Commits](https://github.com/gorilla/handlers/commits/v1.3.0) --- updated-dependencies: - dependency-name: github.com/gorilla/handlers dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 894eba0..10f2946 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.39.0 - github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266 + github.com/gorilla/handlers v1.3.0 github.com/gorilla/mux v1.8.0 github.com/gorilla/schema v1.0.2 github.com/iancoleman/strcase v0.2.0 diff --git a/go.sum b/go.sum index ac63618..d035019 100644 --- a/go.sum +++ b/go.sum @@ -109,8 +109,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.15.0 h1:SyjDc1mGgZU5LncH8gimWo9lW1DtIfPibOG81vgd/bo= github.com/googleapis/gax-go/v2 v2.15.0/go.mod h1:zVVkkxAQHa1RQpg9z2AUCMnKhi0Qld9rcmyfL1OZhoc= -github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266 h1:mQtDGATRCnuJe8ZPx1AgBT5ILOSUQG9oIAeZGJMN0yQ= -github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= +github.com/gorilla/handlers v1.3.0 h1:tsg9qP3mjt1h4Roxp+M1paRjrVBfPSOpBuVclh6YluI= +github.com/gorilla/handlers v1.3.0/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= github.com/gorilla/schema v1.0.2 h1:sAgNfOcNYvdDSrzGHVy9nzCQahG+qmsg+nE8dK85QRA=