mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-08 16:39:29 +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> |
||
---|---|---|
.. | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
BENCHMARK.md | ||
CODE_OF_CONDUCT.md | ||
convert_types.go | ||
convert.go | ||
doc.go | ||
file.go | ||
initialism_index.go | ||
json.go | ||
LICENSE | ||
loading.go | ||
name_lexem.go | ||
net.go | ||
path.go | ||
README.md | ||
split.go | ||
string_bytes.go | ||
util.go | ||
yaml.go |
Swag

Contains a bunch of helper functions for go-openapi and go-swagger projects.
You may also use it standalone for your projects.
- convert between value and pointers for builtin types
- convert from string to builtin types (wraps strconv)
- fast json concatenation
- search in path
- load from file or http
- name mangling
This repo has only few dependencies outside of the standard library:
- YAML utilities depend on
gopkg.in/yaml.v3
github.com/mailru/easyjson v0.7.7