module github.com/aws/aws-lambda-go

go 1.12

require (
	github.com/stretchr/testify v1.4.0
	github.com/urfave/cli v1.22.1
)
