Skip to content

Commit

Permalink
Merge pull request #15 from projectdiscovery/bugfix-14
Browse files Browse the repository at this point in the history
Updating hmap to version fixing debug instruction
  • Loading branch information
Mzack9999 committed Jul 20, 2021
2 parents 52343fc + 6dbe90b commit bf9df3d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 55 deletions.
10 changes: 1 addition & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,11 @@ go 1.14

require (
github.com/dimchansky/utfbom v1.1.1
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/miekg/dns v1.1.41 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/projectdiscovery/hmap v0.0.1
github.com/projectdiscovery/hmap v0.0.2-0.20210616215655-7b78e7f33d1f
github.com/projectdiscovery/iputil v0.0.0-20210429152401-c18a5408ca46 // indirect
github.com/projectdiscovery/networkpolicy v0.0.0-20210429152441-95886460520e
github.com/projectdiscovery/retryabledns v1.0.11
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit bf9df3d

Please sign in to comment.