wormhole/event_database/cloud_functions/go.mod

9 lines
165 B
Modula-2

module example.com/cloudfunction
// cloud runtime is go 1.13. just for reference.
require (
cloud.google.com/go/bigtable v1.10.1
google.golang.org/api v0.48.0
)