2019-04-16 05:00:55 -05:00
|
|
|
module github.com/grafana/grafana
|
|
|
|
|
2021-04-08 03:11:11 -05:00
|
|
|
go 1.16
|
2019-04-16 05:00:55 -05:00
|
|
|
|
2020-07-13 06:19:40 -05: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 07:16:57 -05: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 06:19:40 -05:00
|
|
|
|
2020-08-25 04:52:21 -05: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.
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.18.8
|
|
|
|
|
2019-04-16 05:00:55 -05:00
|
|
|
require (
|
2021-03-08 03:45:51 -06:00
|
|
|
cloud.google.com/go/storage v1.14.0
|
2021-04-28 06:38:33 -05:00
|
|
|
cuelang.org/go v0.3.2
|
2021-05-25 01:19:08 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.1
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.9.1
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-05-11 03:44:00 -05:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
2021-05-06 09:40:04 -05:00
|
|
|
github.com/aws/aws-sdk-go v1.38.34
|
2020-10-08 09:42:55 -05:00
|
|
|
github.com/beevik/etree v1.1.0
|
2021-04-12 02:56:09 -05:00
|
|
|
github.com/benbjohnson/clock v1.1.0
|
2020-08-25 04:52:21 -05:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
2021-06-24 03:07:09 -05:00
|
|
|
github.com/centrifugal/centrifuge v0.17.1
|
2021-04-29 12:29:42 -05:00
|
|
|
github.com/cortexproject/cortex v1.8.2-0.20210428155238-d382e1d80eaf
|
2020-12-28 03:15:12 -06:00
|
|
|
github.com/crewjam/saml v0.4.6-0.20201227203850-bca570abb2ce
|
2019-07-01 07:09:04 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-01-20 01:23:09 -06:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200910202707-1e08a3fab204
|
2021-04-22 08:06:32 -05:00
|
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
|
2021-04-22 08:06:32 -05:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
|
|
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
|
|
|
|
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
2021-01-11 07:21:30 -06:00
|
|
|
github.com/fatih/color v1.10.0
|
2020-10-19 13:06:12 -05:00
|
|
|
github.com/gchaincl/sqlhooks v1.3.0
|
2021-02-22 02:55:15 -06:00
|
|
|
github.com/getsentry/sentry-go v0.10.0
|
2021-03-16 04:44:52 -05:00
|
|
|
github.com/go-kit/kit v0.10.0
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/go-macaron/binding v0.0.0-20190806013118-0b4f37bab25b
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07
|
2021-04-05 02:58:13 -05:00
|
|
|
github.com/go-openapi/strfmt v0.20.1
|
2021-02-04 00:37:28 -06:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
|
2021-05-10 05:02:26 -05:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/go-stack/stack v1.8.0
|
2019-04-16 08:26:39 -05:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2021-05-31 07:00:58 -05:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
2021-02-22 03:28:01 -06:00
|
|
|
github.com/golang/mock v1.5.0
|
2021-03-08 01:14:12 -06:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2021-01-25 02:27:33 -06:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-04-26 05:17:49 -05:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-01-11 07:31:01 -06:00
|
|
|
github.com/gosimple/slug v1.9.0
|
2021-03-31 11:30:32 -05:00
|
|
|
github.com/grafana/grafana-aws-sdk v0.4.0
|
2021-06-11 07:18:08 -05:00
|
|
|
github.com/grafana/grafana-plugin-sdk-go v0.105.0
|
2021-05-20 09:31:53 -05:00
|
|
|
github.com/grafana/loki v1.6.2-0.20210520072447-15d417efe103
|
2021-05-06 10:10:51 -05:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2021-05-05 11:26:55 -05:00
|
|
|
github.com/hashicorp/go-hclog v0.16.0
|
2021-01-11 07:18:20 -06:00
|
|
|
github.com/hashicorp/go-plugin v1.4.0
|
2021-04-05 05:39:49 -05:00
|
|
|
github.com/hashicorp/go-version v1.3.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
|
2021-04-07 08:18:02 -05:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.2.3
|
2021-06-09 13:15:42 -05:00
|
|
|
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097
|
2020-10-28 03:36:57 -05:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0
|
2021-05-06 10:10:51 -05:00
|
|
|
github.com/json-iterator/go v1.1.11
|
2021-02-09 03:55:38 -06:00
|
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
2021-05-24 07:17:40 -05:00
|
|
|
github.com/laher/mergefs v0.1.1
|
2021-03-08 01:14:26 -06:00
|
|
|
github.com/lib/pq v1.10.0
|
2021-02-15 02:12:10 -06:00
|
|
|
github.com/linkedin/goavro/v2 v2.10.0
|
2021-02-09 03:19:54 -06:00
|
|
|
github.com/magefile/mage v1.11.0
|
2020-03-10 06:59:03 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-04-19 02:26:51 -05:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
2021-05-31 07:00:58 -05:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2021-06-09 11:13:21 -05:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2020-08-25 04:52:21 -05:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-05-18 08:36:58 -05:00
|
|
|
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
|
2020-04-25 15:48:20 -05:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-02 09:02:52 -05:00
|
|
|
github.com/prometheus/alertmanager v0.22.2
|
2021-03-22 03:37:54 -05:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2020-07-27 02:26:16 -05:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-06-15 11:14:02 -05:00
|
|
|
github.com/prometheus/common v0.27.0
|
2021-05-26 03:11:37 -05:00
|
|
|
github.com/prometheus/prometheus v1.8.2-0.20210430082741-2a4b8e12bbf2
|
2019-04-26 07:47:16 -05:00
|
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
2021-01-11 05:09:11 -06:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2020-12-17 07:16:34 -06:00
|
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
2020-08-25 04:52:21 -05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2021-01-18 02:26:34 -06:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2020-03-26 04:26:47 -05:00
|
|
|
github.com/timberio/go-datemath v0.1.1-0.20200323150745-74ddef604fff
|
2019-09-02 04:02:26 -05:00
|
|
|
github.com/ua-parser/uap-go v0.0.0-20190826212731-daf92ba38329
|
2021-04-19 12:38:14 -05:00
|
|
|
github.com/uber/jaeger-client-go v2.27.0+incompatible
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/unknwon/com v1.0.1
|
2021-01-11 04:50:00 -06:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-04-29 12:29:42 -05:00
|
|
|
github.com/weaveworks/common v0.0.0-20210419092856-009d1eebd624
|
2020-03-18 09:30:07 -05:00
|
|
|
github.com/xorcare/pointer v1.1.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/yudai/gojsondiff v1.0.0
|
2021-05-26 03:11:37 -05:00
|
|
|
go.opentelemetry.io/collector v0.27.0
|
2021-05-18 08:36:58 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
2021-04-08 03:11:11 -05:00
|
|
|
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f // indirect
|
2021-06-15 11:14:02 -05:00
|
|
|
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
2021-03-15 02:47:50 -05:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-05-25 01:19:08 -05:00
|
|
|
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
|
2021-04-29 12:29:42 -05:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2021-04-28 15:59:15 -05:00
|
|
|
golang.org/x/tools v0.1.0
|
2021-04-08 07:47:19 -05:00
|
|
|
gonum.org/v1/gonum v0.9.1
|
2021-04-28 01:56:40 -05:00
|
|
|
google.golang.org/api v0.45.0
|
2021-05-19 12:47:53 -05:00
|
|
|
google.golang.org/grpc v1.37.1
|
2021-03-23 03:47:52 -05:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-04-22 08:06:32 -05:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2021-02-01 03:25:35 -06:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2021-04-29 12:29:42 -05:00
|
|
|
gopkg.in/ldap.v3 v3.1.0
|
2021-01-25 02:30:44 -06:00
|
|
|
gopkg.in/macaron.v1 v1.4.0
|
2019-04-16 05:00:55 -05:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2019-08-13 05:51:13 -05:00
|
|
|
gopkg.in/redis.v5 v5.2.9
|
2021-01-11 07:56:08 -06:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2021-02-01 12:09:04 -06:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-03-19 09:32:13 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2020-04-01 08:57:21 -05:00
|
|
|
xorm.io/core v0.7.3
|
2021-02-15 02:59:39 -06:00
|
|
|
xorm.io/xorm v0.8.2
|
2021-04-09 14:17:22 -05:00
|
|
|
)
|
2021-05-26 02:31:19 -05:00
|
|
|
|
|
|
|
replace github.com/apache/thrift => github.com/apache/thrift v0.14.1
|