diff --git a/go.mod b/go.mod index 8b5c7adc0..d7ceae797 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-logr/logr v1.2.0 github.com/go-stomp/stomp v2.1.4+incompatible github.com/michaelklishin/rabbit-hole/v2 v2.12.0 - github.com/mikefarah/yq/v4 v4.20.1 + github.com/mikefarah/yq/v4 v4.20.2 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.18.1 github.com/rabbitmq/rabbitmq-stream-go-client v0.0.0-20210811090309-627299932bac diff --git a/go.sum b/go.sum index 7a45a4a56..9b1d3100e 100644 --- a/go.sum +++ b/go.sum @@ -808,8 +808,8 @@ github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKju github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= github.com/miekg/pkcs11 v1.0.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= -github.com/mikefarah/yq/v4 v4.20.1 h1:1L3wmQWaeI2JiKPrSmE6ROl25N/7KkMSoKEdnzd0P44= -github.com/mikefarah/yq/v4 v4.20.1/go.mod h1:krTElh9V1fv3Cw7+21S8El/W/vn3f2buOOcJ4VyjsFY= +github.com/mikefarah/yq/v4 v4.20.2 h1:t5HIyQVy9JMj+sCUhvgP1g9cbQyXvO2bGuxyh0LTLjE= +github.com/mikefarah/yq/v4 v4.20.2/go.mod h1:krTElh9V1fv3Cw7+21S8El/W/vn3f2buOOcJ4VyjsFY= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= github.com/mitchellh/copystructure v1.0.0 h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=