mirror of https://github.com/grafana/grafana
Chore: Replace xorm.io/xorm imports (#104458)
* replace xorm.io/xorm imports * replace xorm from other go.mod files * clean up workspace * nolint does not make sense anymore as it is not a module * try if nolint directive helps * use nolint:all for xorm * add more nolints * try to skip xorm in linter config * exclude xorm differently * retrigger cipull/102948/merge
parent
847b07dee2
commit
694b9dfe50
@ -1,64 +0,0 @@ |
||||
module github.com/grafana/grafana/pkg/util/xorm |
||||
|
||||
go 1.24.2 |
||||
|
||||
require ( |
||||
cloud.google.com/go/spanner v1.75.0 |
||||
github.com/googleapis/go-sql-spanner v1.11.1 |
||||
github.com/mattn/go-sqlite3 v1.14.22 |
||||
github.com/stretchr/testify v1.10.0 |
||||
google.golang.org/grpc v1.71.1 |
||||
xorm.io/builder v0.3.6 |
||||
) |
||||
|
||||
require ( |
||||
cel.dev/expr v0.19.1 // indirect |
||||
cloud.google.com/go v0.118.2 // indirect |
||||
cloud.google.com/go/auth v0.15.0 // indirect |
||||
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect |
||||
cloud.google.com/go/compute/metadata v0.6.0 // indirect |
||||
cloud.google.com/go/iam v1.3.1 // indirect |
||||
cloud.google.com/go/longrunning v0.6.4 // indirect |
||||
cloud.google.com/go/monitoring v1.23.0 // indirect |
||||
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect |
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect |
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect |
||||
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect |
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
||||
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect |
||||
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
||||
github.com/felixge/httpsnoop v1.0.4 // indirect |
||||
github.com/go-logr/logr v1.4.2 // indirect |
||||
github.com/go-logr/stdr v1.2.2 // indirect |
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
||||
github.com/google/s2a-go v0.1.9 // indirect |
||||
github.com/google/uuid v1.6.0 // indirect |
||||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
||||
github.com/googleapis/gax-go/v2 v2.14.1 // indirect |
||||
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
||||
github.com/rogpeppe/go-internal v1.14.1 // indirect |
||||
go.opencensus.io v0.24.0 // indirect |
||||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
||||
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect |
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect |
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
||||
go.opentelemetry.io/otel v1.35.0 // indirect |
||||
go.opentelemetry.io/otel/metric v1.35.0 // indirect |
||||
go.opentelemetry.io/otel/sdk v1.35.0 // indirect |
||||
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect |
||||
go.opentelemetry.io/otel/trace v1.35.0 // indirect |
||||
golang.org/x/crypto v0.37.0 // indirect |
||||
golang.org/x/net v0.39.0 // indirect |
||||
golang.org/x/oauth2 v0.29.0 // indirect |
||||
golang.org/x/sync v0.13.0 // indirect |
||||
golang.org/x/sys v0.32.0 // indirect |
||||
golang.org/x/text v0.24.0 // indirect |
||||
golang.org/x/time v0.11.0 // indirect |
||||
google.golang.org/api v0.223.0 // indirect |
||||
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect |
||||
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect |
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect |
||||
google.golang.org/protobuf v1.36.6 // indirect |
||||
gopkg.in/yaml.v3 v3.0.1 // indirect |
||||
) |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue