From a3ea9143cdf8e20f293ecbde59d1bc54c5655fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:17:06 +0000 Subject: [PATCH] build(deps): bump gopkg.in/yaml.v3 Bumps the go_modules group with 1 update in the /agents/go-common/go-gssapi directory: gopkg.in/yaml.v3. Updates `gopkg.in/yaml.v3` from 3.0.0-20200313102051-9f266ea9e77c to 3.0.1 --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- agents/go-common/go-gssapi/go.mod | 2 +- agents/go-common/go-gssapi/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/agents/go-common/go-gssapi/go.mod b/agents/go-common/go-gssapi/go.mod index 0449458..b9ec5f3 100644 --- a/agents/go-common/go-gssapi/go.mod +++ b/agents/go-common/go-gssapi/go.mod @@ -18,5 +18,5 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/crypto v0.52.0 // indirect golang.org/x/net v0.55.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/agents/go-common/go-gssapi/go.sum b/agents/go-common/go-gssapi/go.sum index bb079f5..64e260f 100644 --- a/agents/go-common/go-gssapi/go.sum +++ b/agents/go-common/go-gssapi/go.sum @@ -39,5 +39,6 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=