Skip to content

Commit

Permalink
Merge pull request #1 from TheBinitGhimire/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pry0cc authored Mar 15, 2022
2 parents fbadce8 + 7e27756 commit d68c519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
id: go

- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tew file.xml --dnsx dnsx.txt | httpx

# Todo
- [x] Create auto build using github ci & autobuild
- [ ] Add Arm64 for Darwin to Build
- [x] Add Arm64 for Darwin to Build
- [ ] Use proper flags library
- [ ] Add ability to import and use dnsx JSON & text output files

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/pry0cc/tew

go 1.17
go 1.16

require github.com/n0ncetonic/nmapxml v0.0.0-20180817022017-0d628218dd06

0 comments on commit d68c519

Please sign in to comment.