temp commit

This commit is contained in:
magicsong
2019-08-14 20:45:43 +08:00
parent 90fa38851f
commit 7314064e83
635 changed files with 116500 additions and 494 deletions

8
vendor/github.com/projectcalico/go-yaml/README.md generated vendored Normal file
View File

@@ -0,0 +1,8 @@
[![Build Status](https://semaphoreci.com/api/v1/calico/go-yaml/branches/calico/badge.svg)](https://semaphoreci.com/calico/go-yaml)
# YAML support for the Go language
This is a fork of `github.com/go-yaml/yaml` to provide modified YAML
parsing for use with libcalico-go and calicoctl. The modifications include:
- Swapping support of Float32 with Float64 (since calico does not use Float32)