Upgrade Go packages

This commit is contained in:
Alexander Zobnin
2021-05-19 16:10:40 +03:00
parent cdd8aec5e3
commit f97318a1cb
3 changed files with 386 additions and 49 deletions

8
go.mod
View File

@@ -5,10 +5,10 @@ go 1.15
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.65.0
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.98.1
github.com/hashicorp/go-hclog v0.16.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210510120150-4163338589ed
gotest.tools v2.2.0+incompatible
)