blob: f46c514da730f44e8e5a18d5f2b98f27249d1fca [file] [log] [blame]
module plugin-runner-helper
go 1.18
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)