ceph-csi/e2e/vendor/github.com/go-openapi/swag
Niels de Vos f87d06ed85 build: move e2e dependencies into e2e/go.mod
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>
2025-03-04 17:43:49 +01:00
..
.editorconfig build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
.gitattributes build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
.gitignore build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
.golangci.yml build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
BENCHMARK.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
CODE_OF_CONDUCT.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
convert_types.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
convert.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
doc.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
file.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
initialism_index.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
json.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
LICENSE build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
loading.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
name_lexem.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
net.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
path.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
README.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
split.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
string_bytes.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
util.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
yaml.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00

Swag Build Status codecov

Slack Status license Go Reference Go Report Card

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