Skip to content

Commit

Permalink
rm nuclei-templates 2023-12-21
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 21, 2023
1 parent 3afe27e commit 134b1bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: Install Dependences
run: |
brew install libpcap upx
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: Install Dependences
run: |
sudo apt install -yy --fix-missing libpcap-dev upx
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
path = config/jaeles-signatures
url = https://github.com/jaeles-project/jaeles-signatures
branch=master
[submodule "config/nuclei-templates"]
path = config/nuclei-templates
url = https://github.com/projectdiscovery/nuclei-templates.git
branch=main
[submodule "config/fuzzing-templates"]
path = config/fuzzing-templates
url = https://github.com/projectdiscovery/fuzzing-templates.git
Expand Down
1 change: 0 additions & 1 deletion config/nuclei-templates
Submodule nuclei-templates deleted from 9cd351
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GhostTroops/scan4all

go 1.21
go 1.21.4

require (
github.com/PuerkitoBio/goquery v1.8.1
Expand Down
2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ github.com/golang/glog/internal/stackdump
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
## explicit
github.com/golang/groupcache/lru
# github.com/golang/mock v1.6.0
## explicit; go 1.11
# github.com/golang/protobuf v1.5.3
## explicit; go 1.9
github.com/golang/protobuf/proto
Expand Down

0 comments on commit 134b1bc

Please sign in to comment.