File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ compile_modules() {
5050 go get github.com/google/gopacket/pcap@latest
5151 go mod tidy
5252
53+ sign_file " go.mod"
54+ sign_file " go.sum"
55+
5356 find modules/ -name " *.go" | while read -r src; do
5457 output=" ${src% .go} "
5558 CGO_ENABLED=1 go build -mod=mod -o " $output " " $src "
Original file line number Diff line number Diff line change 4040 "size_bytes" : 2227
4141 },
4242 "compiler" : {
43- "sha256" : " 8eb5c3e9cdb684cdd0cf6e214f423b0a5483c7723eda93a995a245e1dfa2fbee " ,
44- "size_bytes" : 2011
43+ "sha256" : " 9badb8e00e00a0195b06e910c07273bb529257f7ad46d85ef9f791b7eb9e7f66 " ,
44+ "size_bytes" : 2066
4545 },
4646 "modules/__init__.py" : {
4747 "sha256" : " e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" ,
You can’t perform that action at this time.
0 commit comments