| # Copyright 2024 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| # |
| # AUTO-GENERATED - DO NOT EDIT. |
| # |
| # Auto-generated by //third_party/golibs/update.sh. |
| |
| load("@io_bazel_rules_go//go:def.bzl", "go_library") |
| |
| go_library( |
| name = "yaml_v2", |
| srcs = [ |
| "apic.go", |
| "decode.go", |
| "emitterc.go", |
| "encode.go", |
| "parserc.go", |
| "readerc.go", |
| "resolve.go", |
| "scannerc.go", |
| "sorter.go", |
| "writerc.go", |
| "yaml.go", |
| "yamlh.go", |
| "yamlprivateh.go", |
| ], |
| importmap = "go.fuchsia.dev/fuchsia/third_party/golibs/vendor/gopkg.in/yaml.v2", |
| importpath = "gopkg.in/yaml.v2", |
| visibility = ["//visibility:public"], |
| ) |