lambdarouter/go.mod

12 lines
283 B
Modula-2

module github.com/mitchell/lambdarouter
go 1.14
require (
github.com/aws/aws-lambda-go v1.10.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/stretchr/testify v1.3.0
)