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

2
vendor/modules.txt vendored
View File

@ -126,7 +126,7 @@ github.com/onsi/gomega/types
github.com/opencontainers/go-digest
# github.com/pborman/uuid v1.2.0
github.com/pborman/uuid
# github.com/pkg/errors v0.9.1
# github.com/pkg/errors v0.8.1
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib