Skip to content

Commit 94077cb

Browse files
committed
rm nuclei-templates 2023-12-21
1 parent 3afe27e commit 94077cb

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.21.3
22+
go-version: 1.21.4
2323
- name: Install Dependences
2424
run: |
2525
brew install libpcap upx
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v4
4747
with:
48-
go-version: 1.21.3
48+
go-version: 1.21.4
4949
- name: Install Dependences
5050
run: |
5151
sudo apt install -yy --fix-missing libpcap-dev upx
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Go
7979
uses: actions/setup-go@v4
8080
with:
81-
go-version: 1.21.3
81+
go-version: 1.21.4
8282
- name: Run GoReleaser
8383
uses: goreleaser/goreleaser-action@v5
8484
with:

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = config/jaeles-signatures
33
url = https://github.com/jaeles-project/jaeles-signatures
44
branch=master
5-
[submodule "config/nuclei-templates"]
6-
path = config/nuclei-templates
7-
url = https://github.com/projectdiscovery/nuclei-templates.git
8-
branch=main
95
[submodule "config/fuzzing-templates"]
106
path = config/fuzzing-templates
117
url = https://github.com/projectdiscovery/fuzzing-templates.git

config/nuclei-templates

Lines changed: 0 additions & 1 deletion
This file was deleted.

go.mod

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

3-
go 1.21
3+
go 1.21.4
44

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

vendor/modules.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ github.com/golang/glog/internal/stackdump
402402
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
403403
## explicit
404404
github.com/golang/groupcache/lru
405-
# github.com/golang/mock v1.6.0
406-
## explicit; go 1.11
407405
# github.com/golang/protobuf v1.5.3
408406
## explicit; go 1.9
409407
github.com/golang/protobuf/proto

0 commit comments

Comments
 (0)