File tree Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : 1.21.3
22
+ go-version : 1.21.4
23
23
- name : Install Dependences
24
24
run : |
25
25
brew install libpcap upx
45
45
- name : Set up Go
46
46
uses : actions/setup-go@v4
47
47
with :
48
- go-version : 1.21.3
48
+ go-version : 1.21.4
49
49
- name : Install Dependences
50
50
run : |
51
51
sudo apt install -yy --fix-missing libpcap-dev upx
78
78
- name : Set up Go
79
79
uses : actions/setup-go@v4
80
80
with :
81
- go-version : 1.21.3
81
+ go-version : 1.21.4
82
82
- name : Run GoReleaser
83
83
uses : goreleaser/goreleaser-action@v5
84
84
with :
Original file line number Diff line number Diff line change 2
2
path = config/jaeles-signatures
3
3
url = https://github.com/jaeles-project/jaeles-signatures
4
4
branch = master
5
- [submodule "config/nuclei-templates "]
6
- path = config/nuclei-templates
7
- url = https://github.com/projectdiscovery/nuclei-templates.git
8
- branch = main
9
5
[submodule "config/fuzzing-templates "]
10
6
path = config/fuzzing-templates
11
7
url = https://github.com/projectdiscovery/fuzzing-templates.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
module github.com/GhostTroops/scan4all
2
2
3
- go 1.21
3
+ go 1.21.4
4
4
5
5
require (
6
6
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
402
402
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
403
403
## explicit
404
404
github.com/golang/groupcache/lru
405
- # github.com/golang/mock v1.6.0
406
- ## explicit; go 1.11
407
405
# github.com/golang/protobuf v1.5.3
408
406
## explicit; go 1.9
409
407
github.com/golang/protobuf/proto
You can’t perform that action at this time.
0 commit comments