gcf-sheets-api/go.mod
Victor Westerlund ed20e0c734 initial commit
2022-07-18 18:13:36 +02:00

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
)