mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
deps(go): bump github.com/grafana/codejen Bumps [github.com/grafana/codejen](https://github.com/grafana/codejen) from 0.0.4-0.20250428224353-8764ced07770 to 0.0.4. - [Release notes](https://github.com/grafana/codejen/releases) - [Commits](https://github.com/grafana/codejen/commits/v0.0.4) --- updated-dependencies: - dependency-name: github.com/grafana/codejen dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
2.3 KiB
AMPL
57 lines
2.3 KiB
AMPL
module github.com/grafana/grafana/pkg/plugins/codegen
|
|
|
|
go 1.26.4
|
|
|
|
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.13
|
|
github.com/grafana/cuetsy v0.1.11
|
|
github.com/grafana/grafana/pkg/codegen v0.0.0-20250514132646-acbc7b54ed9e
|
|
)
|
|
|
|
require (
|
|
cuelabs.dev/go/oci/ociregistry v0.0.0-20240906074133-82eb438dd565 // indirect
|
|
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
|
|
github.com/dave/dst v0.27.4 // indirect
|
|
github.com/emicklei/proto v1.14.2 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/getkin/kin-openapi v0.138.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.23.1 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.9.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/oasdiff/yaml v0.0.9 // indirect
|
|
github.com/oasdiff/yaml3 v0.0.12 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20251124094003-fcb97cc64c7b // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
|
github.com/woodsbury/decimal128 v1.4.0 // indirect
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
|
github.com/yalue/merged_fs v1.3.0 // indirect
|
|
golang.org/x/mod v0.36.0 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/oauth2 v0.36.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
golang.org/x/tools v0.45.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|