blob: 18749f3c3c14c7b259aac2726eda6df929d94278 [file] [log] [blame]
module github.com/apache/openwhisk-runtime-go
go 1.20
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
)