Skip to content

Commit c32ba0d

Browse files
authored
Merge pull request #7 from kube-logging/dependabot/go_modules/gopkg.in/yaml.v3-3.0.1
Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.1
2 parents a42c241 + c0f9ec7 commit c32ba0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/fsnotify/fsnotify v1.6.0
77
github.com/mitchellh/mapstructure v1.5.0
8-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
8+
gopkg.in/yaml.v3 v3.0.1
99
)
1010

1111
require golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ golang.org/x/sys v0.0.0-20220908164124-27713097b956 h1:XeJjHH1KiLpKGb6lvMiksZ9l0
66
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
77
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
88
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
9-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
10-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
9+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
10+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)