Skip to content

Commit 2a08405

Browse files
Merge pull request #36 from HappyHackingSpace/docs/used-by
Add Used By section to README
2 parents 06011c8 + 8294be1 commit 2a08405

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
- uses: actions/setup-go@v6
6060
with:
6161
go-version-file: go.mod
62-
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
63-
- run: govulncheck ./...
62+
- run: go build -o dit-bin ./cmd/dit
63+
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
64+
- run: govulncheck -mode=binary dit-bin
6465

6566
release:
6667
name: Release

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ Cross-validation results (10-fold, grouped by domain):
145145

146146
Trained on 1000+ annotated web forms and 754 annotated web pages.
147147

148+
## Used By
149+
150+
- [katana](https://github.com/projectdiscovery/katana) - A next-generation crawling and spidering framework
151+
- [httpx](https://github.com/projectdiscovery/httpx) - A fast and multi-purpose HTTP toolkit
152+
148153
## Contributing
149154

150155
See [CONTRIBUTING.md](CONTRIBUTING.md).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/happyhackingspace/dit
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/PuerkitoBio/goquery v1.12.0

0 commit comments

Comments
 (0)