forked from grafana/opensearch-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (29 loc) · 1.34 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/grafana/opensearch-datasource
go 1.14
require (
github.com/Masterminds/semver v1.5.0
github.com/bitly/go-simplejson v0.5.0
github.com/grafana/grafana v6.1.6+incompatible
github.com/grafana/grafana-aws-sdk v0.12.0
github.com/grafana/grafana-plugin-sdk-go v0.138.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.2
github.com/timberio/go-datemath v0.1.1-0.20200323150745-74ddef604fff
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chromedp/cdproto v0.0.0-20220624030920-1958475a8671 // indirect
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021 // indirect
github.com/getkin/kin-openapi v0.97.0 // indirect
github.com/go-macaron/session v1.0.2 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
)
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c