Skip to content

Commit

Permalink
Switch to using phish.report/urlscanio-go for result parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyjkemp committed Sep 5, 2023
1 parent ba6d6d8 commit 393eaf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 441 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
phish.report/urlscanio-go v0.0.0-20230905142413-ecc6ecfca602 // indirect
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
phish.report/urlscanio-go v0.0.0-20230905132146-735533532142 h1:gh5bdn3aXjkmWM5juxl6oxyZoDXULYPh5EZ09bFZ/Iw=
phish.report/urlscanio-go v0.0.0-20230905132146-735533532142/go.mod h1:pJPFc89ctVOCv3nhtbb8cPOOjcVDJmCRz7R2O1Z8cQY=
phish.report/urlscanio-go v0.0.0-20230905142122-1c5b05417f36 h1:4Gw/RaT9HgUKlNjCl5c9gjO4KqgagZ/ctijnjarhchQ=
phish.report/urlscanio-go v0.0.0-20230905142122-1c5b05417f36/go.mod h1:pJPFc89ctVOCv3nhtbb8cPOOjcVDJmCRz7R2O1Z8cQY=
phish.report/urlscanio-go v0.0.0-20230905142413-ecc6ecfca602 h1:cpBOU2BjQ1amcY5yALjLfsd4ODpA6ckcSwJKH75Ou9A=
phish.report/urlscanio-go v0.0.0-20230905142413-ecc6ecfca602/go.mod h1:pJPFc89ctVOCv3nhtbb8cPOOjcVDJmCRz7R2O1Z8cQY=
Loading

0 comments on commit 393eaf1

Please sign in to comment.