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.
11 lines
167 B
11 lines
167 B
6 months ago
|
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
|
||
|
)
|