diff --git a/tests/go.mod b/tests/go.mod index 0596ce7..0d12c21 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,5 +6,5 @@ require ( github.com/instrumenta/kubeval v0.16.1 github.com/stretchr/testify v1.7.0 k8s.io/api v0.21.1 - sigs.k8s.io/yaml v1.2.0 + sigs.k8s.io/yaml v1.3.0 ) diff --git a/tests/go.sum b/tests/go.sum index cf9f4d4..c43afff 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -451,3 +451,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.0 h1:C4r9BgJ98vrKnnVCjwCSXcWjWe0NKcUQk sigs.k8s.io/structured-merge-diff/v4 v4.1.0/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= +sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=