Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 18, 2024
1 parent eb56643 commit 76bc1c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 65 deletions.
21 changes: 8 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ require (
github.com/adrg/strutil v0.3.1
github.com/caffix/fullname_parser v0.0.0-20240817200809-1b9b04da88d0
github.com/caffix/jarm-go v0.0.0-20240920030848-1c7ab2423494
github.com/caffix/pipeline v0.2.3
github.com/caffix/queue v0.1.5
github.com/caffix/stringset v0.1.2
github.com/caffix/pipeline v0.2.4
github.com/caffix/queue v0.2.0
github.com/caffix/stringset v0.2.0
github.com/cheggaaa/pb/v3 v3.1.5
github.com/coredns/coredns v1.11.3
github.com/fatih/color v1.17.0
github.com/geziyor/geziyor v0.0.0-20240812061556-229b8ca83ac1
github.com/glebarez/sqlite v1.11.0
Expand All @@ -24,17 +23,17 @@ require (
github.com/likexian/whois v1.15.5
github.com/likexian/whois-parser v1.24.20
github.com/miekg/dns v1.1.62
github.com/nyaruka/phonenumbers v1.4.0
github.com/nyaruka/phonenumbers v1.4.1
github.com/openrdap/rdap v0.9.1
github.com/owasp-amass/asset-db v0.8.1
github.com/owasp-amass/open-asset-model v0.8.0
github.com/owasp-amass/asset-db v0.9.0
github.com/owasp-amass/open-asset-model v0.9.1
github.com/owasp-amass/resolve v0.8.1
github.com/rubenv/sql-migrate v1.7.0
github.com/samber/slog-common v0.17.1
github.com/samber/slog-syslog/v2 v2.5.0
github.com/stretchr/testify v1.9.0
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
github.com/vektah/gqlparser/v2 v2.5.17
github.com/vektah/gqlparser/v2 v2.5.18
github.com/yl2chen/cidranger v1.0.2
go.uber.org/ratelimit v0.3.1
golang.org/x/net v0.30.0
Expand All @@ -46,7 +45,6 @@ require (

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/agnivade/levenshtein v1.2.0 // indirect
Expand All @@ -61,8 +59,6 @@ require (
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/ristretto v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Expand All @@ -71,7 +67,6 @@ require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand All @@ -91,7 +86,6 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
Expand All @@ -104,6 +98,7 @@ require (
github.com/sosodev/duration v1.3.1 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.21.0 // indirect
Expand Down
Loading

0 comments on commit 76bc1c2

Please sign in to comment.