Skip to content

Commit

Permalink
chore(deps): bump github.com/projectdiscovery/hmap
Browse files Browse the repository at this point in the history
Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.2-0.20210917080408-0fd7bd286bfa to 0.0.11.
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/commits/v0.0.11)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/hmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent 4668c90 commit e9a4bd6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 69 deletions.
19 changes: 14 additions & 5 deletions go.mod
Expand Up @@ -5,14 +5,14 @@ go 1.18
require (
github.com/dimchansky/utfbom v1.1.1
github.com/pkg/errors v0.9.1
github.com/projectdiscovery/hmap v0.0.2-0.20210917080408-0fd7bd286bfa
github.com/projectdiscovery/hmap v0.0.11
github.com/projectdiscovery/networkpolicy v0.0.4
github.com/projectdiscovery/retryabledns v1.0.21
github.com/projectdiscovery/utils v0.0.4-0.20230117135930-7371ae6a739d
github.com/stretchr/testify v1.8.1
github.com/projectdiscovery/utils v0.0.15
github.com/stretchr/testify v1.8.2
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
github.com/zmap/zcrypto v0.0.0-20220803033029-557f3e4940be
golang.org/x/net v0.6.0
golang.org/x/net v0.7.0
)

require (
Expand All @@ -25,17 +25,26 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/projectdiscovery/iputil v0.0.2 // indirect
github.com/projectdiscovery/retryablehttp-go v1.0.10 // indirect
github.com/projectdiscovery/stringsutil v0.0.2 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tidwall/btree v1.4.3 // indirect
github.com/tidwall/buntdb v1.2.10 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/weppos/publicsuffix-go v0.15.1-0.20220724114530-e087fba66a37 // indirect
github.com/yl2chen/cidranger v1.0.2 // indirect
github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
Expand Down

0 comments on commit e9a4bd6

Please sign in to comment.