You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module app
|
|
|
|
go 1.22.1
|
|
|
|
require github.com/apex/gateway v1.1.2
|
|
|
|
require (
|
|
github.com/aws/aws-lambda-go v1.17.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
)
|
|
|