forked from grafana/azure-data-explorer-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 969 Bytes
/
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
module github.com/grafana/azure-data-explorer-datasource
go 1.14
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.9.1 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.1.2
github.com/grafana/grafana-plugin-sdk-go v0.99.0
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
github.com/json-iterator/go v1.1.11
github.com/oklog/run v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/stretchr/testify v1.7.0
github.com/xorcare/pointer v1.1.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)