Build: adds the pkg/errors dependency that was missing from go.mod (#20143)

This dependency was added a while back and exists in the vendor
directory but was never properly added to go.mod.
This commit is contained in:
Leonard Gram
2019-11-01 16:54:44 +01:00
committed by GitHub
parent dca872f75f
commit 30775a3f49
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/registry"
_ "github.com/jung-kurt/gofpdf"
_ "github.com/pkg/errors"
_ "github.com/robfig/cron"
_ "github.com/robfig/cron/v3"
_ "github.com/stretchr/testify/require"