Skip to content

Commit f02e737

Browse files
Merge pull request #412 from validatedpatterns/konflux/mintmaker/main/go.yaml.in-yaml-v2-2.x
chore(deps): update module go.yaml.in/yaml/v2 to v2.4.3
2 parents 91e664c + 1c32fa0 commit f02e737

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ require (
160160
go.uber.org/automaxprocs v1.6.0 // indirect
161161
go.uber.org/multierr v1.11.0 // indirect
162162
go.uber.org/zap v1.27.0 // indirect
163-
go.yaml.in/yaml/v2 v2.4.2 // indirect
163+
go.yaml.in/yaml/v2 v2.4.3 // indirect
164164
go.yaml.in/yaml/v3 v3.0.4 // indirect
165165
golang.org/x/net v0.43.0 // indirect
166166
golang.org/x/oauth2 v0.30.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
463463
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
464464
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
465465
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
466-
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
467-
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
466+
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
467+
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
468468
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
469469
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
470470
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ go.uber.org/zap/internal/exit
785785
go.uber.org/zap/internal/pool
786786
go.uber.org/zap/internal/stacktrace
787787
go.uber.org/zap/zapcore
788-
# go.yaml.in/yaml/v2 v2.4.2
788+
# go.yaml.in/yaml/v2 v2.4.3
789789
## explicit; go 1.15
790790
go.yaml.in/yaml/v2
791791
# go.yaml.in/yaml/v3 v3.0.4

0 commit comments

Comments
 (0)