summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com>2024-06-17 19:38:02 +0000
committerGitHub <noreply@github.com>2024-06-17 19:38:02 +0000
commitafe55cded062ab0c56f57e99002686862f3327c9 (patch)
tree47e75a13f1c67db740ac189b7dfb29caf6498bb6 /go.mod
parent86bab1bb7490de6b6c8ceb30fdccb12de3271a30 (diff)
parent0627fce79809698a1b2099cfc576cbd57acb7cb8 (diff)
Merge pull request #23006 from containers/renovate/github.com-gorilla-schema-1.x
Update module github.com/gorilla/schema to v1.4.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bd52dde7c..48fd829df 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
- github.com/gorilla/schema v1.3.0
+ github.com/gorilla/schema v1.4.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hugelgupf/p9 v0.3.1-0.20230822151754-54f5c5530921
github.com/json-iterator/go v1.1.12