Skip to content

Commit

Permalink
Update module laverya/yaml to v3.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 23, 2019
1 parent 6df6466 commit e6c5c68
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
gopkg.in/laverya/yaml.v3 v3.0.0-beta2
gopkg.in/laverya/yaml.v3 v3.0.0-beta3
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLks
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/laverya/yaml.v3 v3.0.0-beta2 h1:De7CEwzluLnzInHYkanpHdGq9sRmXHyEQ8bZB+YOKKM=
gopkg.in/laverya/yaml.v3 v3.0.0-beta2/go.mod h1:b5w3YJ/R5MxUkx01JYEDFaW9XiYHxEm6iaCHIN+jaRE=
gopkg.in/laverya/yaml.v3 v3.0.0-beta3 h1:LBRobUz9D6nMyfyoE42elUYIaKpUhmNzYcIhOKdEuEc=
gopkg.in/laverya/yaml.v3 v3.0.0-beta3/go.mod h1:b5w3YJ/R5MxUkx01JYEDFaW9XiYHxEm6iaCHIN+jaRE=
gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
Expand Down
9 changes: 3 additions & 6 deletions vendor/gopkg.in/laverya/yaml.v3/decode.go

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

5 changes: 5 additions & 0 deletions vendor/gopkg.in/laverya/yaml.v3/encode.go

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

21 changes: 21 additions & 0 deletions vendor/gopkg.in/laverya/yaml.v3/resolve.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ golang.org/x/sys/unix
# golang.org/x/text v0.3.0
golang.org/x/text/transform
golang.org/x/text/unicode/norm
# gopkg.in/laverya/yaml.v3 v3.0.0-beta2
# gopkg.in/laverya/yaml.v3 v3.0.0-beta3
gopkg.in/laverya/yaml.v3
# gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2

0 comments on commit e6c5c68

Please sign in to comment.