mirror of
https://codeberg.org/vlw/gcf-sheets-api.git
synced 2025-09-13 20:03:41 +02:00
8 lines
150 B
Modula-2
8 lines
150 B
Modula-2
module example.com/cloudfunction
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/GoogleCloudPlatform/functions-framework-go v1.5.3
|
|
github.com/joho/godotenv v1.4.0
|
|
)
|