|
module github.com/whip-networks/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
|
|
)
|