blob: 297a7fa032b9c219bbe910867bdd663b3629a011 [file] [log] [blame]
module github.com/apache/openwhisk-runtime-go
go 1.19
require github.com/stretchr/testify v1.3.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)