fix logging

This commit is contained in:
Alexander Zobnin
2020-06-04 18:22:30 +03:00
parent 516b4f2045
commit 77c53deb1a
2 changed files with 8 additions and 16 deletions

8
go.mod
View File

@@ -5,10 +5,10 @@ go 1.12
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.66.0
github.com/grafana/grafana-plugin-sdk-go v0.65.0
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.6.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
gotest.tools v2.2.0+incompatible
)