From 314746bc504550e73ac152343f49fba6dfdd10f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:39:18 +0000 Subject: [PATCH] fix(deps): update github.com/coreruleset/go-ftw digest to 040f26a --- testing/coreruleset/go.mod | 4 ++-- testing/coreruleset/go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/testing/coreruleset/go.mod b/testing/coreruleset/go.mod index ddae7cca..c6897b0f 100644 --- a/testing/coreruleset/go.mod +++ b/testing/coreruleset/go.mod @@ -7,7 +7,7 @@ require ( github.com/corazawaf/coraza-coreruleset/v4 v4.5.0 github.com/corazawaf/coraza/v3 v3.0.0-00010101000000-000000000000 github.com/coreruleset/albedo v0.0.16 - github.com/coreruleset/go-ftw v1.0.4-0.20240923043156-8474a93d514a + github.com/coreruleset/go-ftw v1.0.4-0.20240930011931-040f26a63563 github.com/rs/zerolog v1.33.0 ) @@ -41,7 +41,7 @@ require ( github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4 // indirect github.com/rogpeppe/go-internal v1.13.1 // indirect - github.com/tidwall/gjson v1.17.3 // indirect + github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/valllabh/ocsf-schema-golang v1.0.3 // indirect diff --git a/testing/coreruleset/go.sum b/testing/coreruleset/go.sum index 5efec5a3..09197abc 100644 --- a/testing/coreruleset/go.sum +++ b/testing/coreruleset/go.sum @@ -21,6 +21,8 @@ github.com/coreruleset/go-ftw v1.0.4-0.20240809050408-f8169f0325ac h1:I++204ogJD github.com/coreruleset/go-ftw v1.0.4-0.20240809050408-f8169f0325ac/go.mod h1:gI2N2EYdTIZnXQbsdzBRxbj/zSaYEyrhLJUCOJ3VK6I= github.com/coreruleset/go-ftw v1.0.4-0.20240923043156-8474a93d514a h1:ucsngMh75QkedILO3N9JRiVWPbkcelhH055adS51hNs= github.com/coreruleset/go-ftw v1.0.4-0.20240923043156-8474a93d514a/go.mod h1:/HKpRGHn0rOEb+VdkfjLqltb3Jr5DHDeKPAiC/04lR8= +github.com/coreruleset/go-ftw v1.0.4-0.20240930011931-040f26a63563 h1:+iGKo3YZLN23+GbDYTwDCv0HXEgosjKMY8bKgh5/Cts= +github.com/coreruleset/go-ftw v1.0.4-0.20240930011931-040f26a63563/go.mod h1:/HKpRGHn0rOEb+VdkfjLqltb3Jr5DHDeKPAiC/04lR8= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -101,6 +103,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tidwall/gjson v1.17.3 h1:bwWLZU7icoKRG+C+0PNwIKC6FCJO/Q3p2pZvuP0jN94= github.com/tidwall/gjson v1.17.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= +github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= +github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=