mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
fbcb9a3677
* Chore: Upgrade/fix deps after thema removal * github.com/deepmap/oapi-codegen v1.14.0 * github.com/deepmap/oapi-codegen v1.15.0 * github.com/deepmap/oapi-codegen v1.16.0 * fix for dep used in enterprise * github.com/deepmap/oapi-codegen/v2 v2.0.0 * oapi-codegen/v2 v2.1.0, kin-openapi v0.122.0, sdk * keep kin-openapi at v0.122.0 and allow SDK to use v0.124.0 * remove github.com/deepmap/oapi-codegen v1 dep * fix owner * add back github.com/deepmap/oapi-codegen v1 dep * upgrade github.com/influxdata/influxdb-client-go/v2 to get rid of deepmap/oapi-codegen * migrate to oapi-codegen/runtime * sdk * sdk v0.227.0
40 lines
1.6 KiB
Modula-2
40 lines
1.6 KiB
Modula-2
module github.com/grafana/grafana/pkg/apimachinery
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
k8s.io/apimachinery v0.29.2
|
|
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.2 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.4 // indirect
|
|
github.com/go-openapi/swag v0.22.9 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/klog/v2 v2.120.1 // indirect
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
)
|