2019-04-16 12:00:55 +02:00
|
|
|
module github.com/grafana/grafana
|
|
|
|
|
|
2020-04-08 14:13:05 +02:00
|
|
|
go 1.14
|
2019-04-16 12:00:55 +02:00
|
|
|
|
2020-07-13 13:19:40 +02: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.
|
|
|
|
|
replace github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec
|
|
|
|
|
|
2019-04-16 12:00:55 +02:00
|
|
|
require (
|
2020-07-13 13:19:40 +02:00
|
|
|
cloud.google.com/go v0.60.0 // indirect
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
2020-04-25 21:48:20 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.29.20
|
2019-07-05 11:27:14 +01:00
|
|
|
github.com/beevik/etree v1.1.0 // indirect
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
|
2020-07-27 00:26:16 -07:00
|
|
|
github.com/centrifugal/centrifuge v0.10.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
2019-11-01 10:32:47 +00:00
|
|
|
github.com/crewjam/saml v0.0.0-20191031171751-c42136edf9b1
|
2019-07-01 15:09:04 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-08-14 18:40:02 +02:00
|
|
|
github.com/deepmap/oapi-codegen v1.3.11 // indirect
|
2020-07-13 13:19:40 +02:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
|
|
|
|
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
|
|
|
|
|
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
|
|
|
|
|
github.com/fatih/color v1.7.0
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/go-macaron/binding v0.0.0-20190806013118-0b4f37bab25b
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
|
2020-04-25 21:48:20 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/go-stack/stack v1.8.0
|
2019-04-16 15:26:39 +02:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2020-07-02 18:54:36 +05:30
|
|
|
github.com/golang/mock v1.4.3
|
2020-07-13 13:19:40 +02:00
|
|
|
github.com/golang/protobuf v1.4.2
|
|
|
|
|
github.com/google/go-cmp v0.5.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/gosimple/slug v1.4.2
|
2019-09-30 15:16:04 +02:00
|
|
|
github.com/grafana/grafana-plugin-model v0.0.0-20190930120109-1fc953a61fb4
|
2020-07-14 11:06:27 -07:00
|
|
|
github.com/grafana/grafana-plugin-sdk-go v0.75.0
|
2020-03-10 12:59:03 +01:00
|
|
|
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
2020-04-08 18:54:23 +02:00
|
|
|
github.com/hashicorp/go-plugin v1.2.2
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/hashicorp/go-version v1.1.0
|
|
|
|
|
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
|
2020-08-17 08:32:26 +02:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.0.1
|
2019-08-30 18:14:32 +02:00
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
|
|
|
github.com/jung-kurt/gofpdf v1.10.1
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
|
|
|
|
github.com/klauspost/compress v1.4.1 // indirect
|
|
|
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
2019-08-06 18:01:29 +10:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-12-11 14:44:29 +01:00
|
|
|
github.com/linkedin/goavro/v2 v2.9.7
|
2020-08-19 11:46:36 +02:00
|
|
|
github.com/magefile/mage v1.9.0
|
2020-08-14 18:40:02 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
2020-03-10 12:59:03 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-04-25 21:48:20 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-27 00:26:16 -07:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
|
|
|
|
github.com/prometheus/client_model v0.2.0
|
|
|
|
|
github.com/prometheus/common v0.9.1
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
2019-04-26 15:47:16 +03:00
|
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
2019-08-30 18:14:32 +02:00
|
|
|
github.com/robfig/cron/v3 v3.0.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
2020-06-03 04:03:37 -04:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2020-03-26 10:26:47 +01:00
|
|
|
github.com/timberio/go-datemath v0.1.1-0.20200323150745-74ddef604fff
|
2019-09-02 11:02:26 +02:00
|
|
|
github.com/ua-parser/uap-go v0.0.0-20190826212731-daf92ba38329
|
2020-06-23 19:23:49 +02:00
|
|
|
github.com/uber/jaeger-client-go v2.24.0+incompatible
|
2019-12-18 14:09:15 -05:00
|
|
|
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
|
2019-09-09 14:22:06 +03:00
|
|
|
github.com/unknwon/com v1.0.1
|
2020-02-26 12:27:31 +01:00
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2020-03-18 10:30:07 -04:00
|
|
|
github.com/xorcare/pointer v1.1.0
|
2019-04-16 12:00:55 +02:00
|
|
|
github.com/yudai/gojsondiff v1.0.0
|
|
|
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
|
|
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
2019-12-18 14:09:15 -05:00
|
|
|
go.uber.org/atomic v1.5.1 // indirect
|
2020-08-14 18:40:02 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
|
|
|
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
|
2020-06-10 12:26:24 -07:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-07-13 13:19:40 +02:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-08-14 18:40:02 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
|
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-07-13 13:19:40 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200708183856-df98bc6d456c // indirect
|
2020-06-10 12:26:24 -07:00
|
|
|
google.golang.org/grpc v1.29.1
|
2019-04-16 12:00:55 +02:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2019-09-09 14:22:06 +03:00
|
|
|
gopkg.in/ini.v1 v1.46.0
|
2019-04-16 12:00:55 +02:00
|
|
|
gopkg.in/ldap.v3 v3.0.2
|
2020-06-29 19:15:11 +02:00
|
|
|
gopkg.in/macaron.v1 v1.3.9
|
2019-04-16 12:00:55 +02:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2019-08-13 06:51:13 -04:00
|
|
|
gopkg.in/redis.v5 v5.2.9
|
2020-02-13 10:12:25 +01:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1
|
2020-08-14 18:40:02 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-04-01 20:57:21 +07:00
|
|
|
xorm.io/core v0.7.3
|
|
|
|
|
xorm.io/xorm v0.8.1
|
2019-04-16 12:00:55 +02:00
|
|
|
)
|