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.
24 lines
840 B
24 lines
840 B
module git.144spokes.com/mawas/create-expense
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
|
google.golang.org/api v0.56.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.93.3 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
|
|
google.golang.org/grpc v1.40.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|