databricks-cli/bundle/internal/schema
Pieter Noordhuis 965a3fcd53
Remove dependency on ghodss/yaml (#2032)
## Changes

I noticed that #1957 took a dep on this library even though we no longer
need it. This change removes the dep and cleans up other (unused) uses
of the library. We originally relied on this library to deserialize
bundle configuration and JSON payloads to non-bundle CLI commands.

Relevant commits:
* The YAML flag was added to support apps (very early), and is not
longer used: e408b701
* First use for bundle configuration loading: e47fa619
* Switch bundle configuration loading to use `libs/dyn`: 87dd46a3

## Tests

The build works without the dependency.
2024-12-19 08:23:05 +00:00
..
testdata Custom annotations for bundle-specific JSON schema fields (#1957) 2024-12-18 10:19:14 +00:00
annotations.go Custom annotations for bundle-specific JSON schema fields (#1957) 2024-12-18 10:19:14 +00:00
annotations.yml Custom annotations for bundle-specific JSON schema fields (#1957) 2024-12-18 10:19:14 +00:00
annotations_openapi.yml Upgrade Go SDK to 0.54.0 (#2029) 2024-12-18 12:43:27 +00:00
annotations_openapi_overrides.yml Upgrade Go SDK to 0.54.0 (#2029) 2024-12-18 12:43:27 +00:00
annotations_test.go Custom annotations for bundle-specific JSON schema fields (#1957) 2024-12-18 10:19:14 +00:00
main.go Custom annotations for bundle-specific JSON schema fields (#1957) 2024-12-18 10:19:14 +00:00
main_test.go Remove dependency on ghodss/yaml (#2032) 2024-12-19 08:23:05 +00:00
parser.go Remove dependency on ghodss/yaml (#2032) 2024-12-19 08:23:05 +00:00