internal/third_party/yaml: added original copy

Removed git and travis files

added METADATA

Change-Id: I8e997a514806e3bd8356b9e3de54e527c17bdb8e
diff --git a/internal/third_party/yaml/METADATA b/internal/third_party/yaml/METADATA
new file mode 100644
index 0000000..746edf0
--- /dev/null
+++ b/internal/third_party/yaml/METADATA
@@ -0,0 +1,15 @@
+name: "go-yaml"
+description:
+    "Heavily modified version of go-yaml files. Most of the original "
+    "functionality is gone and replaced with CUE-specific code."
+
+third_party {
+  url {
+    type: GIT
+    value: "https://github.com/go-yaml/yaml"
+  }
+  version: "v2.2.1"
+  last_upgrade_date { year: 2018 month: 10 day: 24 }
+  license_type: NOTICE
+  local_modifications: "Replace Go-struct with CUE mapping."
+}
\ No newline at end of file