From 4d2f793418fb751ba9cf47015028afc889a5aab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:36:36 +0000 Subject: [PATCH] build(deps): bump github.com/gorilla/schema Bumps the go_modules group with 1 update in the /0-examples/voice directory: [github.com/gorilla/schema](https://github.com/gorilla/schema). Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1 - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](https://github.com/gorilla/schema/compare/v1.2.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/gorilla/schema dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- 0-examples/voice/go.mod | 2 +- 0-examples/voice/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/0-examples/voice/go.mod b/0-examples/voice/go.mod index 2a5f505..e0dbbba 100644 --- a/0-examples/voice/go.mod +++ b/0-examples/voice/go.mod @@ -8,7 +8,7 @@ require ( ) require ( - github.com/gorilla/schema v1.2.0 // indirect + github.com/gorilla/schema v1.4.1 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/crypto v0.17.0 // indirect diff --git a/0-examples/voice/go.sum b/0-examples/voice/go.sum index d26f980..eba6ff0 100644 --- a/0-examples/voice/go.sum +++ b/0-examples/voice/go.sum @@ -2,8 +2,9 @@ github.com/diamondburned/arikawa/v3 v3.0.0-rc.6 h1:lALIGxvojmcO/T6zeO53OzFXsuVWh github.com/diamondburned/arikawa/v3 v3.0.0-rc.6/go.mod h1:5jBSNnp82Z/EhsKa6Wk9FsOqSxfVkNZDTDBPOj47LpY= github.com/diamondburned/oggreader v0.0.0-20201118014549-87df9534b647 h1:TJWvffl1cMLzSOvw8Wv3CQicuU9NaKDKXvBfh5T9W00= github.com/diamondburned/oggreader v0.0.0-20201118014549-87df9534b647/go.mod h1:xEJuvlmPx1wBKUWkx+MUp1ULSMQwSM9FS+bnFJhPQkk= -github.com/gorilla/schema v1.2.0 h1:YufUaxZYCKGFuAq3c96BOhjgd5nmXiOY9NGzF247Tsc= github.com/gorilla/schema v1.2.0/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/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=