From 204a21b594bb8c8b4f6f89ed56157a2a1ab5d1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:40:40 +0200 Subject: [PATCH] deps(go): bump github.com/grafana/cog from 0.1.12 to 0.1.13 (#125869) * deps(go): bump github.com/grafana/cog from 0.1.12 to 0.1.13 Bumps [github.com/grafana/cog](https://github.com/grafana/cog) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/grafana/cog/releases) - [Commits](https://github.com/grafana/cog/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: github.com/grafana/cog dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update workspace --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pkg/codegen/go.mod | 2 +- pkg/codegen/go.sum | 4 ++-- pkg/plugins/codegen/go.mod | 2 +- pkg/plugins/codegen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/codegen/go.mod b/pkg/codegen/go.mod index 707828f4ffe1..4ec585026c65 100644 --- a/pkg/codegen/go.mod +++ b/pkg/codegen/go.mod @@ -6,7 +6,7 @@ require ( cuelang.org/go v0.11.1 github.com/dave/dst v0.27.3 github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770 - github.com/grafana/cog v0.1.12 + github.com/grafana/cog v0.1.13 github.com/grafana/cuetsy v0.1.11 github.com/matryer/is v1.4.1 golang.org/x/tools v0.45.0 diff --git a/pkg/codegen/go.sum b/pkg/codegen/go.sum index 3df739234645..a2f98db6cb48 100644 --- a/pkg/codegen/go.sum +++ b/pkg/codegen/go.sum @@ -37,8 +37,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770 h1:+cFvbhw2O+WxmVtKUH7CKCfFLM2L8No3Q0R9g/IuTlg= github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770/go.mod h1:HVKowlidslFhPxKtj5oRrWS+d1u0zl7xC8aeWm7dEUU= -github.com/grafana/cog v0.1.12 h1:lYwXNh1LL4uUehmrWJ3sW1v5TO+FQzZba3zLj5L/aFA= -github.com/grafana/cog v0.1.12/go.mod h1:vXehXG9c/mp0CwqfQLWbT/0VEEIw+IEXe5LGhZspcqQ= +github.com/grafana/cog v0.1.13 h1:n4tNczm0mLgu171kLpmahgSOYgmjhrjTjr4ztj+zrqI= +github.com/grafana/cog v0.1.13/go.mod h1:q7oFa5p+x3VjeX22xVMx6QWoRIo6NOJ49SYdXaat/N8= github.com/grafana/cue v0.0.0-20230926092038-971951014e3f h1:TmYAMnqg3d5KYEAaT6PtTguL2GjLfvr6wnAX8Azw6tQ= github.com/grafana/cue v0.0.0-20230926092038-971951014e3f/go.mod h1:okjJBHFQFer+a41sAe2SaGm1glWS8oEb6CmJvn5Zdws= github.com/grafana/cuetsy v0.1.11 h1:I3IwBhF+UaQxRM79HnImtrAn8REGdb5M3+C4QrYHoWk= diff --git a/pkg/plugins/codegen/go.mod b/pkg/plugins/codegen/go.mod index b7e6cd2d440f..7b4817de1b3a 100644 --- a/pkg/plugins/codegen/go.mod +++ b/pkg/plugins/codegen/go.mod @@ -7,7 +7,7 @@ replace github.com/grafana/grafana/pkg/codegen => ../../codegen require ( cuelang.org/go v0.11.1 github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770 - github.com/grafana/cog v0.1.12 + github.com/grafana/cog v0.1.13 github.com/grafana/cuetsy v0.1.11 github.com/grafana/grafana/pkg/codegen v0.0.0-20250514132646-acbc7b54ed9e ) diff --git a/pkg/plugins/codegen/go.sum b/pkg/plugins/codegen/go.sum index 765e0b6edb31..420be3665457 100644 --- a/pkg/plugins/codegen/go.sum +++ b/pkg/plugins/codegen/go.sum @@ -36,8 +36,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770 h1:+cFvbhw2O+WxmVtKUH7CKCfFLM2L8No3Q0R9g/IuTlg= github.com/grafana/codejen v0.0.4-0.20250428224353-8764ced07770/go.mod h1:HVKowlidslFhPxKtj5oRrWS+d1u0zl7xC8aeWm7dEUU= -github.com/grafana/cog v0.1.12 h1:lYwXNh1LL4uUehmrWJ3sW1v5TO+FQzZba3zLj5L/aFA= -github.com/grafana/cog v0.1.12/go.mod h1:vXehXG9c/mp0CwqfQLWbT/0VEEIw+IEXe5LGhZspcqQ= +github.com/grafana/cog v0.1.13 h1:n4tNczm0mLgu171kLpmahgSOYgmjhrjTjr4ztj+zrqI= +github.com/grafana/cog v0.1.13/go.mod h1:q7oFa5p+x3VjeX22xVMx6QWoRIo6NOJ49SYdXaat/N8= github.com/grafana/cuetsy v0.1.11 h1:I3IwBhF+UaQxRM79HnImtrAn8REGdb5M3+C4QrYHoWk= github.com/grafana/cuetsy v0.1.11/go.mod h1:Ix97+CPD8ws9oSSxR3/Lf4ahU1I4Np83kjJmDVnLZvc= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=