From 9dedf767c6007e58c6c108b6af52bdd8cebfab24 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/schema from 1.0.2 to 1.4.1 Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.0.2 to 1.4.1. - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](https://github.com/gorilla/schema/compare/v1.0.2...v1.4.1) --- updated-dependencies: - dependency-name: github.com/gorilla/schema dependency-version: 1.4.1 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..3de79ab 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.39.0 github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266 github.com/gorilla/mux v1.8.0 - github.com/gorilla/schema v1.0.2 + github.com/gorilla/schema v1.4.1 github.com/iancoleman/strcase v0.2.0 github.com/pkg/errors v0.9.1 github.com/streamingfast/derr v0.0.0-20220301163149-de09cb18fc70 diff --git a/go.sum b/go.sum index ac63618..9dcf478 100644 --- a/go.sum +++ b/go.sum @@ -113,8 +113,8 @@ github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266 h1:mQtDGATRCnuJe8 github.com/gorilla/handlers v0.0.0-20181012153334-350d97a79266/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= -github.com/gorilla/schema v1.0.2/go.mod h1:kgLaKoK1FELgZqMAVxx/5cbj0kT+57qxUrAlIO2eleU= +github.com/gorilla/schema v1.4.1 h1:jUg5hUjCSDZpNGLuXQOgIWGdlgrIdYvgQ0wZtdK1M3E= +github.com/gorilla/schema v1.4.1/go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM= github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg= github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3/go.mod h1:zQrxl1YP88HQlA6i9c63DSVPFklWpGX4OWAc9bFuaH4= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=