rebase: remove "github.com/pkg/errors" from go.mod

There is no direct dependency on "github.com/pkg/errors" anymore, so it
can be removed from go.mod.

After running `go mod tidy`, the "github.com/pkg/errors" gets downgraded
to a version that is referenced in other depndencies. This was
unexpected, but seems needed.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-25 13:34:38 +02:00
committed by mergify[bot]
parent e393e298d0
commit 8c4379862a
9 changed files with 27 additions and 149 deletions

1
go.mod
View File

@ -17,7 +17,6 @@ require (
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/procfs v0.0.11 // indirect
go.uber.org/zap v1.14.1 // indirect