2019-04-16 05:00:55 -05:00
|
|
|
module github.com/grafana/grafana
|
|
|
|
|
2019-10-02 06:59:05 -05:00
|
|
|
go 1.13
|
2019-04-16 05:00:55 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
2019-10-14 13:39:54 -05:00
|
|
|
github.com/aws/aws-sdk-go v1.25.6
|
2019-07-05 05:27:14 -05:00
|
|
|
github.com/beevik/etree v1.1.0 // indirect
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
|
|
github.com/codegangsta/cli v1.20.0
|
2019-11-01 05:32:47 -05:00
|
|
|
github.com/crewjam/saml v0.0.0-20191031171751-c42136edf9b1
|
2019-07-01 07:09:04 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853
|
|
|
|
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 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
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
|
|
github.com/go-stack/stack v1.8.0
|
|
|
|
github.com/go-xorm/core v0.6.2
|
|
|
|
github.com/go-xorm/xorm v0.7.1
|
2019-04-16 08:26:39 -05:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/gosimple/slug v1.4.2
|
2019-09-30 08:16:04 -05:00
|
|
|
github.com/grafana/grafana-plugin-model v0.0.0-20190930120109-1fc953a61fb4
|
2019-11-05 13:12:54 -06:00
|
|
|
github.com/grafana/grafana-plugin-sdk-go v0.0.0-20191105165811-c4e9ecfec89f
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/hashicorp/go-hclog v0.8.0
|
2019-09-30 08:16:04 -05:00
|
|
|
github.com/hashicorp/go-plugin v1.0.1
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/hashicorp/go-version v1.1.0
|
|
|
|
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
|
2019-08-30 11:14:32 -05:00
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
|
|
github.com/jung-kurt/gofpdf v1.10.1
|
2019-04-16 05:00:55 -05: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 03:01:29 -05:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.7
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-11-01 10:54:44 -05:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
|
|
|
github.com/prometheus/common v0.2.0
|
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
2019-04-26 07:47:16 -05:00
|
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
2019-08-30 11:14:32 -05:00
|
|
|
github.com/robfig/cron/v3 v3.0.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
2019-09-30 08:16:04 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2019-09-02 04:02:26 -05:00
|
|
|
github.com/ua-parser/uap-go v0.0.0-20190826212731-daf92ba38329
|
2019-04-16 05:00:55 -05:00
|
|
|
github.com/uber-go/atomic v1.3.2 // indirect
|
|
|
|
github.com/uber/jaeger-client-go v2.16.0+incompatible
|
|
|
|
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
|
2019-09-09 06:22:06 -05:00
|
|
|
github.com/unknwon/com v1.0.1
|
2019-04-16 05:00:55 -05: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
|
|
|
|
go.uber.org/atomic v1.3.2 // indirect
|
2019-11-07 10:48:56 -06:00
|
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
2019-09-09 06:22:06 -05:00
|
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
2019-04-16 05:00:55 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
|
2019-09-09 06:22:06 -05:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2019-10-02 06:59:05 -05:00
|
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
2019-04-16 05:00:55 -05: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 06:22:06 -05:00
|
|
|
gopkg.in/ini.v1 v1.46.0
|
2019-04-16 05:00:55 -05:00
|
|
|
gopkg.in/ldap.v3 v3.0.2
|
2019-09-09 06:22:06 -05:00
|
|
|
gopkg.in/macaron.v1 v1.3.4
|
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
|
2019-04-16 05:00:55 -05:00
|
|
|
gopkg.in/square/go-jose.v2 v2.3.0
|
2019-11-01 05:32:47 -05:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2019-04-16 05:00:55 -05:00
|
|
|
)
|