diff --git a/go.mod b/go.mod index 336f534..74ae7b9 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module linker-keeper go 1.24.1 -require github.com/goccy/go-yaml v1.18.0 +require github.com/goccy/go-yaml v1.19.0 diff --git a/go.sum b/go.sum index eb0d822..22b522d 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw= -github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= +github.com/goccy/go-yaml v1.19.0 h1:EmkZ9RIsX+Uq4DYFowegAuJo8+xdX3T/2dwNPXbxEYE= +github.com/goccy/go-yaml v1.19.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=