forked from valiton/grafana-mongodb-atlas-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/grafana/grafana-plugin-model
go 1.15
require (
github.com/bitly/go-simplejson v0.5.0
github.com/golang/protobuf v1.3.2-0.20190409050943-e91709a02e0e
github.com/grafana/grafana_plugin_model v0.0.0-20180518082423-84176c64269d
github.com/hashicorp/go-hclog v0.8.0
github.com/hashicorp/go-plugin v0.0.0-20180331002553-e8d22c780116
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/mitchellh/go-testing-interface v1.0.0
github.com/oklog/run v1.0.0
github.com/xinsnake/go-http-digest-auth-client v0.4.0
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
google.golang.org/grpc v1.20.0
)