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 4cd0c28 commit de1d76d
Show file tree
Hide file tree
Showing 33 changed files with 13,454 additions and 62 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ go 1.12

require (
github.com/davecgh/go-spew v1.1.1
gopkg.in/laverya/yaml.v3 v3.0.0-beta1
gopkg.in/yaml.v2 v2.2.2
)
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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/laverya/yaml.v3 v3.0.0-beta1 h1:RdsAorqInkY9GHKpfOE383oGybyNXxnKucVMCrBFmYo=
gopkg.in/laverya/yaml.v3 v3.0.0-beta1/go.mod h1:b5w3YJ/R5MxUkx01JYEDFaW9XiYHxEm6iaCHIN+jaRE=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

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

145 changes: 145 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

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

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

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

Loading

0 comments on commit de1d76d

Please sign in to comment.