diff --git a/pkg/codegen/go.mod b/pkg/codegen/go.mod index 5661507a8670..522e5725134a 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.4 github.com/grafana/codejen v0.0.4 - github.com/grafana/cog v0.1.15 + github.com/grafana/cog v0.1.17 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 95be20f846f4..44901ba49b9b 100644 --- a/pkg/codegen/go.sum +++ b/pkg/codegen/go.sum @@ -35,8 +35,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 h1:yZaWnoFvEXlz92mFlsRfEifZmU8pe0cj224GnDEZ7Y4= github.com/grafana/codejen v0.0.4/go.mod h1:1iFLhqDkKHy7C+CE21wGJP+p1oPipkJGOUo5Ilj7eZ0= -github.com/grafana/cog v0.1.15 h1:cqoOv6JQjkjBGMAmBo32OFfflQB2koVNb5Ipa1ozeIY= -github.com/grafana/cog v0.1.15/go.mod h1:QaHoaOKf9o5zpNMWsHN00a4hC/NVdGmV3TY5FrP+BeA= +github.com/grafana/cog v0.1.17 h1:Wb+nSlh/84+AQtndm1mZA7UjCXXSBDRecLaFsfD6zDs= +github.com/grafana/cog v0.1.17/go.mod h1:80YEaJXcDoimNgxaYmPsqQZ8levMDmIOCl5wnQLWfXw= 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 edff2146d14c..09ecc9adabd6 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 - github.com/grafana/cog v0.1.15 + github.com/grafana/cog v0.1.17 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 284896c594e4..a8cd98e24261 100644 --- a/pkg/plugins/codegen/go.sum +++ b/pkg/plugins/codegen/go.sum @@ -34,8 +34,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 h1:yZaWnoFvEXlz92mFlsRfEifZmU8pe0cj224GnDEZ7Y4= github.com/grafana/codejen v0.0.4/go.mod h1:1iFLhqDkKHy7C+CE21wGJP+p1oPipkJGOUo5Ilj7eZ0= -github.com/grafana/cog v0.1.15 h1:cqoOv6JQjkjBGMAmBo32OFfflQB2koVNb5Ipa1ozeIY= -github.com/grafana/cog v0.1.15/go.mod h1:QaHoaOKf9o5zpNMWsHN00a4hC/NVdGmV3TY5FrP+BeA= +github.com/grafana/cog v0.1.17 h1:Wb+nSlh/84+AQtndm1mZA7UjCXXSBDRecLaFsfD6zDs= +github.com/grafana/cog v0.1.17/go.mod h1:80YEaJXcDoimNgxaYmPsqQZ8levMDmIOCl5wnQLWfXw= 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/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=