mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
deps(go): bump github.com/grafana/cog from 0.1.17 to 0.1.22 (#128089)
* deps(go): bump github.com/grafana/cog from 0.1.17 to 0.1.22 Bumps [github.com/grafana/cog](https://github.com/grafana/cog) from 0.1.17 to 0.1.22. - [Release notes](https://github.com/grafana/cog/releases) - [Commits](https://github.com/grafana/cog/compare/v0.1.17...v0.1.22) --- updated-dependencies: - dependency-name: github.com/grafana/cog dependency-version: 0.1.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * update workspace --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: grafana-go-workspace-bot[bot] <192050657+grafana-go-workspace-bot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
grafana-go-workspace-bot[bot] <192050657+grafana-go-workspace-bot[bot]@users.noreply.github.com>
parent
ebed389de0
commit
d71040cf69
+1
-2
@@ -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.17
|
||||
github.com/grafana/cog v0.1.22
|
||||
github.com/grafana/cuetsy v0.1.11
|
||||
github.com/matryer/is v1.4.1
|
||||
golang.org/x/tools v0.46.0
|
||||
@@ -42,7 +42,6 @@ require (
|
||||
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
||||
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
||||
github.com/xlab/treeprint v1.2.0 // indirect
|
||||
github.com/yalue/merged_fs v1.3.0 // indirect
|
||||
golang.org/x/mod v0.37.0 // indirect
|
||||
golang.org/x/net v0.56.0 // indirect
|
||||
golang.org/x/sync v0.21.0 // indirect
|
||||
|
||||
+2
-4
@@ -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.17 h1:Wb+nSlh/84+AQtndm1mZA7UjCXXSBDRecLaFsfD6zDs=
|
||||
github.com/grafana/cog v0.1.17/go.mod h1:80YEaJXcDoimNgxaYmPsqQZ8levMDmIOCl5wnQLWfXw=
|
||||
github.com/grafana/cog v0.1.22 h1:Lbt7UhzDMb2BHGm+3roqQKpgUU9Mrdo2QKUOvZbDlvM=
|
||||
github.com/grafana/cog v0.1.22/go.mod h1:rnoh4qX1g6YSiU1P+BRtXcKRNvR4iKcpYrC4wtUVhxc=
|
||||
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=
|
||||
@@ -91,8 +91,6 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
|
||||
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
||||
github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=
|
||||
github.com/xlab/treeprint v1.2.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0=
|
||||
github.com/yalue/merged_fs v1.3.0 h1:qCeh9tMPNy/i8cwDsQTJ5bLr6IRxbs6meakNE5O+wyY=
|
||||
github.com/yalue/merged_fs v1.3.0/go.mod h1:WqqchfVYQyclV2tnR7wtRhBddzBvLVR83Cjw9BKQw0M=
|
||||
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
|
||||
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
|
||||
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
|
||||
|
||||
Reference in New Issue
Block a user