cleanup: replace github.com/pborman/uuid with github.com/google/uuid

The github.com/google/uuid package is used by Kubernetes, and it is part
of the vendor/ directory already. Our usage of github.com/pborman/uuid
can be replaced by github.com/google/uuid, so that
github.com/pborman/uuid can be removed as a dependency.

Closes: #3315
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2022-08-19 15:29:54 +02:00
committed by mergify[bot]
parent aad99ebcb7
commit b697b9b0d9
20 changed files with 4 additions and 726 deletions

1
go.mod
View File

@ -23,7 +23,6 @@ require (
github.com/libopenstorage/secrets v0.0.0-20210908194121-a1d19aa9713a
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.0
github.com/pborman/uuid v1.2.1
github.com/prometheus/client_golang v1.12.2
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220214200702-86341886e292