2019-04-16 18:00:55 +08:00
|
|
|
module github.com/grafana/grafana
|
|
|
|
|
2021-08-31 14:19:26 +08:00
|
|
|
go 1.17
|
2019-04-16 18:00:55 +08:00
|
|
|
|
2020-07-13 19:19:40 +08:00
|
|
|
// Override xorm's outdated go-mssqldb dependency, since we can't upgrade to current xorm (due to breaking changes).
|
|
|
|
// We need a more current go-mssqldb so we get rid of a version of apache/thrift with vulnerabilities.
|
2021-03-26 20:16:57 +08:00
|
|
|
// Also, use our fork with fixes for unimplemented methods (required for Go 1.16).
|
|
|
|
replace github.com/denisenkom/go-mssqldb => github.com/grafana/go-mssqldb v0.0.0-20210326084033-d0ce3c521036
|
2020-07-13 19:19:40 +08:00
|
|
|
|
2020-08-25 17:52:21 +08:00
|
|
|
// Override k8s.io/client-go outdated dependency, which is an indirect dependency of grafana/loki.
|
|
|
|
// It's also present on grafana/loki's go.mod so we'll need till it gets updated.
|
2021-08-31 14:19:26 +08:00
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.22.1
|
2020-08-25 17:52:21 +08:00
|
|
|
|
2021-10-19 01:50:10 +08:00
|
|
|
replace github.com/russellhaering/goxmldsig@v1.1.0 => github.com/russellhaering/goxmldsig v1.1.1
|
|
|
|
|
2019-04-16 18:00:55 +08:00
|
|
|
require (
|
2022-04-15 22:48:44 +08:00
|
|
|
cloud.google.com/go/storage v1.21.0
|
2022-04-15 02:54:35 +08:00
|
|
|
cuelang.org/go v0.4.1
|
2022-03-03 14:53:26 +08:00
|
|
|
github.com/Azure/azure-sdk-for-go v59.3.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.22
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-05-11 16:44:00 +08:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.43.31
|
2020-10-08 22:42:55 +08:00
|
|
|
github.com/beevik/etree v1.1.0
|
2021-04-12 15:56:09 +08:00
|
|
|
github.com/benbjohnson/clock v1.1.0
|
2020-08-25 17:52:21 +08:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
2021-12-15 01:12:00 +08:00
|
|
|
github.com/centrifugal/centrifuge v0.19.0
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/cortexproject/cortex v1.10.1-0.20211014125347-85c378182d0d
|
2021-10-08 19:19:04 +08:00
|
|
|
github.com/crewjam/saml v0.4.6-0.20210521115923-29c6295245bd
|
2019-07-01 20:09:04 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/denisenkom/go-mssqldb v0.12.0
|
2021-09-10 00:19:29 +08:00
|
|
|
github.com/dop251/goja v0.0.0-20210804101310-32956a348b49
|
2022-04-15 02:54:35 +08:00
|
|
|
github.com/fatih/color v1.13.0
|
2020-10-20 02:06:12 +08:00
|
|
|
github.com/gchaincl/sqlhooks v1.3.0
|
2021-02-22 16:55:15 +08:00
|
|
|
github.com/getsentry/sentry-go v0.10.0
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/go-kit/kit v0.11.0 // indirect
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/go-openapi/strfmt v0.20.2
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
2021-02-04 14:37:28 +08:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
|
2021-05-10 18:02:26 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/go-stack/stack v1.8.0
|
2019-04-16 21:26:39 +08:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2021-05-31 20:00:58 +08:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
2021-09-10 00:19:29 +08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/golang/mock v1.6.0
|
2021-09-10 00:19:29 +08:00
|
|
|
github.com/golang/snappy v0.0.4
|
2022-02-01 11:50:36 +08:00
|
|
|
github.com/google/go-cmp v0.5.7
|
2021-08-04 23:41:07 +08:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/google/wire v0.5.0
|
2021-04-26 18:17:49 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-01-11 21:31:01 +08:00
|
|
|
github.com/gosimple/slug v1.9.0
|
2021-11-20 06:39:21 +08:00
|
|
|
github.com/grafana/cuetsy v0.0.0-20211119211437-8c25464cc9bf
|
2022-02-22 21:35:02 +08:00
|
|
|
github.com/grafana/grafana-aws-sdk v0.10.1
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/grafana/grafana-azure-sdk-go v1.1.0
|
2022-04-12 15:30:34 +08:00
|
|
|
github.com/grafana/grafana-plugin-sdk-go v0.131.0
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/grafana/loki v1.6.2-0.20211015002020-7832783b1caa
|
2021-05-06 23:10:51 +08:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2022-04-15 02:54:35 +08:00
|
|
|
github.com/hashicorp/go-hclog v1.0.0
|
2021-11-15 20:22:10 +08:00
|
|
|
github.com/hashicorp/go-plugin v1.4.3
|
2021-04-05 18:39:49 +08:00
|
|
|
github.com/hashicorp/go-version v1.3.0
|
2022-01-21 06:31:16 +08:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.6.0
|
2021-06-10 02:15:42 +08:00
|
|
|
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097
|
2020-10-28 16:36:57 +08:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0
|
2021-11-15 20:22:10 +08:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2021-02-09 17:55:38 +08:00
|
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
2021-05-24 20:17:40 +08:00
|
|
|
github.com/laher/mergefs v0.1.1
|
2022-03-03 14:53:26 +08:00
|
|
|
github.com/lib/pq v1.10.4
|
2021-02-15 16:12:10 +08:00
|
|
|
github.com/linkedin/goavro/v2 v2.10.0
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/m3db/prometheus_remote_client_golang v0.4.4
|
2022-02-10 00:36:53 +08:00
|
|
|
github.com/magefile/mage v1.12.1
|
2022-04-15 02:54:35 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
2021-04-19 15:26:51 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
|
2021-06-10 00:13:21 +08:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2021-11-13 20:14:13 +08:00
|
|
|
github.com/ohler55/ojg v1.12.9
|
2020-08-25 17:52:21 +08:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2022-02-16 00:54:27 +08:00
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
2020-04-26 04:48:20 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-11-19 23:50:55 +08:00
|
|
|
github.com/prometheus/alertmanager v0.23.1-0.20211116083607-e2a10119aaf7
|
2022-02-01 11:50:36 +08:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2020-07-27 15:26:16 +08:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-11-15 20:22:10 +08:00
|
|
|
github.com/prometheus/common v0.32.1
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/prometheus/prometheus v1.8.2-0.20211011171444-354d8d2ecfac
|
2019-04-26 20:47:16 +08:00
|
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
2021-01-11 19:09:11 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-09-23 18:33:31 +08:00
|
|
|
github.com/russellhaering/goxmldsig v1.1.1
|
2022-04-13 15:58:20 +08:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2021-12-17 23:43:43 +08:00
|
|
|
github.com/ua-parser/uap-go v0.0.0-20211112212520-00c877edfe0f
|
2021-08-04 23:41:07 +08:00
|
|
|
github.com/uber/jaeger-client-go v2.29.1+incompatible
|
2019-09-09 19:22:06 +08:00
|
|
|
github.com/unknwon/com v1.0.1
|
2021-01-11 18:50:00 +08:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-03-27 02:57:29 +08:00
|
|
|
github.com/vectordotdev/go-datemath v0.1.1-0.20220323213446-f3954d0b18ae
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/weaveworks/common v0.0.0-20210913144402-035033b78a78 // indirect
|
2020-03-18 22:30:07 +08:00
|
|
|
github.com/xorcare/pointer v1.1.0
|
2019-04-16 18:00:55 +08:00
|
|
|
github.com/yudai/gojsondiff v1.0.0
|
2021-08-04 23:41:07 +08:00
|
|
|
go.opentelemetry.io/collector v0.31.0
|
2021-08-06 20:06:56 +08:00
|
|
|
go.opentelemetry.io/collector/model v0.31.0
|
2022-04-13 15:58:20 +08:00
|
|
|
go.opentelemetry.io/otel v1.6.3
|
2021-10-07 01:43:25 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.0.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.0.0
|
2022-04-13 15:58:20 +08:00
|
|
|
go.opentelemetry.io/otel/trace v1.6.3
|
2022-04-15 22:48:44 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
|
2022-03-03 14:53:26 +08:00
|
|
|
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
|
2022-04-15 22:48:44 +08:00
|
|
|
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
|
2021-03-15 15:47:50 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-04-15 22:48:44 +08:00
|
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
2022-04-07 00:10:58 +08:00
|
|
|
golang.org/x/tools v0.1.9
|
|
|
|
gonum.org/v1/gonum v0.11.0
|
2022-04-15 22:48:44 +08:00
|
|
|
google.golang.org/api v0.74.0
|
|
|
|
google.golang.org/grpc v1.45.0
|
|
|
|
google.golang.org/protobuf v1.28.0
|
2021-04-22 21:06:32 +08:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2022-04-15 02:54:35 +08:00
|
|
|
gopkg.in/ini.v1 v1.66.2
|
2021-04-30 01:29:42 +08:00
|
|
|
gopkg.in/ldap.v3 v3.1.0
|
2019-04-16 18:00:55 +08:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2021-01-11 21:56:08 +08:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2021-02-02 02:09:04 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-03-19 22:32:13 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-09-23 18:33:31 +08:00
|
|
|
xorm.io/builder v0.3.6
|
2020-04-01 21:57:21 +08:00
|
|
|
xorm.io/core v0.7.3
|
2021-02-15 16:59:39 +08:00
|
|
|
xorm.io/xorm v0.8.2
|
2021-04-10 03:17:22 +08:00
|
|
|
)
|
2021-05-26 15:31:19 +08:00
|
|
|
|
2021-08-31 14:19:26 +08:00
|
|
|
require (
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
|
2021-11-10 01:33:54 +08:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/FZambia/eagle v0.0.1 // indirect
|
|
|
|
github.com/FZambia/sentinel v1.1.0 // indirect
|
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922 // indirect
|
2021-11-10 21:58:04 +08:00
|
|
|
github.com/andybalholm/brotli v1.0.3
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
2021-12-15 01:12:00 +08:00
|
|
|
github.com/centrifugal/protocol v0.7.6 // indirect
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
2021-09-29 16:59:05 +08:00
|
|
|
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
|
2022-01-21 06:31:16 +08:00
|
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/dennwc/varint v1.0.0 // indirect
|
2021-09-21 04:21:59 +08:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2021-09-10 00:19:29 +08:00
|
|
|
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
|
|
|
github.com/emicklei/proto v1.6.15 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
2021-12-17 00:22:10 +08:00
|
|
|
github.com/go-kit/log v0.1.0
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/go-openapi/analysis v0.20.1 // indirect
|
|
|
|
github.com/go-openapi/errors v0.20.0 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-02-08 20:38:43 +08:00
|
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
2022-03-03 14:53:26 +08:00
|
|
|
github.com/go-openapi/loads v0.20.2
|
2021-09-10 00:25:22 +08:00
|
|
|
github.com/go-openapi/runtime v0.19.29 // indirect
|
2022-03-03 14:53:26 +08:00
|
|
|
github.com/go-openapi/spec v0.20.4
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
|
|
github.com/go-openapi/validate v0.20.2 // indirect
|
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
2021-10-19 01:50:10 +08:00
|
|
|
github.com/gogo/status v1.1.0 // indirect
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
2021-09-28 23:09:09 +08:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/google/flatbuffers v2.0.0+incompatible // indirect
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/googleapis/gax-go/v2 v2.2.0
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
2021-11-10 21:58:04 +08:00
|
|
|
github.com/grafana/grafana-google-sdk-go v0.0.0-20211104130251-b190293eaf58
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20191002090509-6af20e3a5340 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-10-28 22:41:10 +08:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect
|
2021-11-08 23:52:12 +08:00
|
|
|
github.com/igm/sockjs-go/v3 v3.0.1 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-10-08 19:19:04 +08:00
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/mattetti/filebuffer v1.0.1 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2021-09-22 04:51:47 +08:00
|
|
|
github.com/miekg/dns v1.1.43 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
|
2021-11-08 23:52:12 +08:00
|
|
|
github.com/mna/redisc v1.3.2 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-11-15 20:22:10 +08:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
|
|
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
|
|
|
|
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2021-09-10 00:25:22 +08:00
|
|
|
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
2021-11-19 23:50:55 +08:00
|
|
|
github.com/prometheus/exporter-toolkit v0.7.0 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/prometheus/node_exporter v1.0.0-rc.0.0.20200428091818-01054558c289 // indirect
|
2022-02-01 11:50:36 +08:00
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-09-28 23:09:09 +08:00
|
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20201118171849-f6a6b3f636fc // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
|
|
|
github.com/rs/cors v1.8.0 // indirect
|
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/segmentio/encoding v0.3.2
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
|
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
2021-09-08 02:05:24 +08:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
github.com/weaveworks/promrus v1.2.0 // indirect
|
|
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
2022-02-16 00:54:27 +08:00
|
|
|
go.mongodb.org/mongo-driver v1.7.0 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-02-16 00:54:27 +08:00
|
|
|
go.uber.org/atomic v1.9.0
|
2022-04-15 22:48:44 +08:00
|
|
|
go.uber.org/goleak v1.1.11 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
2021-09-29 16:59:05 +08:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-08-31 14:19:26 +08:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-04-15 22:48:44 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de
|
2021-08-31 14:19:26 +08:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
|
|
)
|
|
|
|
|
2022-02-16 00:54:27 +08:00
|
|
|
require (
|
2022-04-15 22:48:44 +08:00
|
|
|
cloud.google.com/go/kms v1.4.0
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.2
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.4.0
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.17
|
2022-02-16 00:54:27 +08:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.7.0
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/grafana/dskit v0.0.0-20211011144203-3a88ec0b675f
|
2022-04-15 02:54:35 +08:00
|
|
|
github.com/grafana/thema v0.0.0-20220413232647-fc54c169b508
|
2022-04-15 22:48:44 +08:00
|
|
|
gocloud.dev v0.25.0
|
2022-02-16 00:54:27 +08:00
|
|
|
)
|
2021-12-21 20:15:27 +08:00
|
|
|
|
2022-04-15 02:54:35 +08:00
|
|
|
require (
|
2022-04-15 22:48:44 +08:00
|
|
|
cloud.google.com/go v0.100.2 // indirect
|
2022-04-15 02:54:35 +08:00
|
|
|
github.com/armon/go-metrics v0.3.10 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/memberlist v0.3.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
)
|
|
|
|
|
2021-12-21 20:15:27 +08:00
|
|
|
require (
|
2022-04-15 22:48:44 +08:00
|
|
|
cloud.google.com/go/compute v1.5.0 // indirect
|
|
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.2.1 // indirect
|
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
|
2022-03-15 01:32:11 +08:00
|
|
|
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
2022-03-15 01:32:11 +08:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac // indirect
|
2022-04-12 15:30:34 +08:00
|
|
|
github.com/getkin/kin-openapi v0.94.0 // indirect
|
2022-03-15 01:32:11 +08:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
|
2022-04-13 15:58:20 +08:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
2021-12-18 00:01:45 +08:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2022-04-15 22:48:44 +08:00
|
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
2022-04-06 16:19:04 +08:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2021-12-20 20:24:46 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
2022-01-20 22:06:26 +08:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.8 // indirect
|
2021-12-15 01:12:00 +08:00
|
|
|
github.com/segmentio/asm v1.1.1 // indirect
|
2021-12-02 00:05:08 +08:00
|
|
|
)
|
|
|
|
|
2021-10-08 19:19:04 +08:00
|
|
|
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream
|
|
|
|
replace github.com/crewjam/saml => github.com/grafana/saml v0.0.0-20211007135653-aed1b2edd86b
|
|
|
|
|
2021-05-26 15:31:19 +08:00
|
|
|
replace github.com/apache/thrift => github.com/apache/thrift v0.14.1
|
2021-07-08 20:19:40 +08:00
|
|
|
|
2021-10-26 23:20:55 +08:00
|
|
|
replace github.com/hashicorp/consul => github.com/hashicorp/consul v1.10.2
|
2022-03-03 14:53:26 +08:00
|
|
|
|
2022-04-15 02:54:35 +08:00
|
|
|
// Thema's thema CLI requires cobra, which eventually works its way down to go-hclog@v1.0.0.
|
|
|
|
// Upgrading affects backend plugins: https://github.com/grafana/grafana/pull/47653#discussion_r850508593
|
|
|
|
// No harm to Thema because it's only a dependency in its main package.
|
|
|
|
replace github.com/hashicorp/go-hclog => github.com/hashicorp/go-hclog v0.16.1
|