Skip to content

Commit

Permalink
updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Oct 6, 2023
1 parent 6a09364 commit 80f4fcd
Show file tree
Hide file tree
Showing 2 changed files with 1,699 additions and 5 deletions.
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ go 1.15

require (
github.com/LeakIX/l9format v1.3.1
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/alecthomas/kong v0.2.12
github.com/miekg/dns v1.1.35 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/projectdiscovery/retryabledns v1.0.5
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
github.com/projectdiscovery/retryabledns v1.0.37
github.com/projectdiscovery/utils v0.0.57 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.16.0 // indirect
)
Loading

0 comments on commit 80f4fcd

Please sign in to comment.