mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-04-11 18:13:00 +00:00
Several packages are only used while running the e2e suite. These packages are less important to update, as the they can not influence the final executable that is part of the Ceph-CSI container-image. By moving these dependencies out of the main Ceph-CSI go.mod, it is easier to identify if a reported CVE affects Ceph-CSI, or only the testing (like most of the Kubernetes CVEs). Signed-off-by: Niels de Vos <ndevos@ibm.com>
19 lines
631 B
Plaintext
19 lines
631 B
Plaintext
Prometheus instrumentation library for Go applications
|
|
Copyright 2012-2015 The Prometheus Authors
|
|
|
|
This product includes software developed at
|
|
SoundCloud Ltd. (http://soundcloud.com/).
|
|
|
|
|
|
The following components are included in this product:
|
|
|
|
perks - a fork of https://github.com/bmizerany/perks
|
|
https://github.com/beorn7/perks
|
|
Copyright 2013-2015 Blake Mizerany, Björn Rabenstein
|
|
See https://github.com/beorn7/perks/blob/master/README.md for license details.
|
|
|
|
Go support for Protocol Buffers - Google's data interchange format
|
|
http://github.com/golang/protobuf/
|
|
Copyright 2010 The Go Authors
|
|
See source code for license details.
|