github.com/solo-io/cue@v0.4.7/internal/third_party/yaml/METADATA (about)

     1  name: "go-yaml"
     2  description:
     3      "Heavily modified version of go-yaml files. Most of the original "
     4      "functionality is gone and replaced with CUE-specific code."
     5  
     6  third_party {
     7    url {
     8      type: GIT
     9      value: "https://github.com/go-yaml/yaml"
    10    }
    11    version: "v2.2.1"
    12    last_upgrade_date { year: 2018 month: 10 day: 24 }
    13    license_type: NOTICE
    14    local_modifications: "Replace Go-struct with CUE mapping."
    15  }