Other: Update Gobinsec cache before using it

This commit is contained in:
Romain Le Jeune
2022-09-27 08:37:05 +00:00
parent 8f6c012fb3
commit a93259f3bd
7 changed files with 129 additions and 5 deletions

View File

@ -0,0 +1,15 @@
module gobinsec_update
go 1.18
require github.com/intercloud/gobinsec v0.10.2
require (
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/memcachier/gomemcache v0.0.0-20170425125614-d027381f7653 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)