From afccf9b414240a6cd7f01370f65623b7f97c6473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:24:23 +0000 Subject: [PATCH] Bump github.com/shadowscatcher/shodan from 1.0.6 to 1.0.8 Bumps [github.com/shadowscatcher/shodan](https://github.com/shadowscatcher/shodan) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/shadowscatcher/shodan/releases) - [Commits](https://github.com/shadowscatcher/shodan/compare/v1.0.6...v1.0.8) --- updated-dependencies: - dependency-name: github.com/shadowscatcher/shodan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6ccbe30..f066276 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.4 toolchain go1.22.6 require ( - github.com/shadowscatcher/shodan v1.0.6 + github.com/shadowscatcher/shodan v1.0.8 github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4 ) diff --git a/go.sum b/go.sum index dd7f64e..c4290f4 100644 --- a/go.sum +++ b/go.sum @@ -532,8 +532,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= github.com/sethvargo/go-retry v0.2.4 h1:T+jHEQy/zKJf5s95UkguisicE0zuF9y7+/vgz08Ocec= github.com/sethvargo/go-retry v0.2.4/go.mod h1:1afjQuvh7s4gflMObvjLPaWgluLLyhA1wmVZ6KLpICw= -github.com/shadowscatcher/shodan v1.0.6 h1:T8G8DSK9NZmpOK68elQpspGWTwa2l5pGCFhIyGubZuA= -github.com/shadowscatcher/shodan v1.0.6/go.mod h1:8tnu38ME7RJgOfkJt/20JXK7bMvPTYCkLagO3IhI2SI= +github.com/shadowscatcher/shodan v1.0.8 h1:oQ4r2zDBYnFkatcgE9tr/uuZb6VgL3V/DI1+lXT0qxo= +github.com/shadowscatcher/shodan v1.0.8/go.mod h1:8tnu38ME7RJgOfkJt/20JXK7bMvPTYCkLagO3IhI2SI= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=