Skip to content

Commit

Permalink
use gopkg.in/laverya/yaml.v3 instead of gopkg.in/yaml.v2
Browse files Browse the repository at this point in the history
this supports 64 bit floats and longer string lines
  • Loading branch information
laverya committed Jul 10, 2019
1 parent a1a8390 commit b01820a
Show file tree
Hide file tree
Showing 29 changed files with 2,387 additions and 1,096 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/kubernetes-sigs/yaml

go 1.12

require gopkg.in/yaml.v2 v2.2.2
require gopkg.in/laverya/yaml.v3 v3.0.0-beta1
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/laverya/yaml.v3 v3.0.0-beta1 h1:RdsAorqInkY9GHKpfOE383oGybyNXxnKucVMCrBFmYo=
gopkg.in/laverya/yaml.v3 v3.0.0-beta1/go.mod h1:b5w3YJ/R5MxUkx01JYEDFaW9XiYHxEm6iaCHIN+jaRE=
18 changes: 18 additions & 0 deletions vendor/gopkg.in/laverya/yaml.v3/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b01820a

Please sign in to comment.