Skip to content

Commit 13cfdd3

Browse files
authored
Upgrade gopkg.in/yaml.v3 to v3.0.1. (#56)
1 parent b1efe75 commit 13cfdd3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-structform@v
254254

255255
--------------------------------------------------------------------------------
256256
Dependency : github.com/elastic/go-ucfg
257-
Version: v0.8.4
257+
Version: v0.8.5
258258
Licence type (autodetected): Apache-2.0
259259
--------------------------------------------------------------------------------
260260

261-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].4/LICENSE:
261+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].5/LICENSE:
262262

263263
Apache License
264264
Version 2.0, January 2004
@@ -22396,11 +22396,11 @@ Library.
2239622396

2239722397
--------------------------------------------------------------------------------
2239822398
Dependency : gopkg.in/yaml.v3
22399-
Version: v3.0.0-20210107192922-496545a6307b
22399+
Version: v3.0.1
2240022400
Licence type (autodetected): MIT
2240122401
--------------------------------------------------------------------------------
2240222402

22403-
Contents of probable licence file $GOMODCACHE/gopkg.in/[email protected].0-20210107192922-496545a6307b/LICENSE:
22403+
Contents of probable licence file $GOMODCACHE/gopkg.in/[email protected].1/LICENSE:
2240422404

2240522405

2240622406
This project is covered by two different licenses: MIT and Apache.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ require (
5454
golang.org/x/text v0.3.7 // indirect
5555
golang.org/x/tools v0.1.9 // indirect
5656
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
57-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
57+
gopkg.in/yaml.v3 v3.0.1 // indirect
5858
howett.net/plist v1.0.0 // indirect
5959
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,9 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
858858
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
859859
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
860860
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
861-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
862861
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
862+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
863+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
863864
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
864865
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
865866
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=

0 commit comments

Comments
 (0)