-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 809 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/bolt/boltanalytics-backend-plugin
go 1.13
require (
github.com/bitly/go-simplejson v0.5.0
github.com/go-macaron/session v0.0.0-20191101041208-c5d57a35f512 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/grafana/grafana v6.1.6+incompatible
github.com/grafana/grafana-plugin-model v0.0.0-20190930120109-1fc953a61fb4
github.com/hashicorp/go-hclog v0.10.0
github.com/hashicorp/go-plugin v1.0.1
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec // indirect
github.com/prometheus/client_golang v1.2.1 // indirect
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
gopkg.in/ini.v1 v1.49.0 // indirect
)