lambdarouter/go.mod

10 lines
274 B
Modula-2
Raw Normal View History

module github.com/mitchell/lambdarouter
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
)