Initial commit

This commit is contained in:
nemunaire 2026-03-15 11:40:06 +07:00
commit c9b663f487
11 changed files with 645 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/drone-plugins/drone-syft
go 1.25
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.9.3
)
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect