File tree Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Top Open diff view settings Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 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
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
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 :
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/GhostTroops/scan4all
22
3- go 1.21
3+ go 1.21.4
44
55require (
66 github.com/PuerkitoBio/goquery v1.8.1
Original file line number Diff line number Diff line change @@ -402,8 +402,6 @@ github.com/golang/glog/internal/stackdump
402402# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
403403## explicit
404404github.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
409407github.com/golang/protobuf/proto
You can’t perform that action at this time.
0 commit comments