-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 776 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Watson-Sei/cloud-function-avoid-cli
go 1.15
require (
cloud.google.com/go v0.76.0 // indirect
cloud.google.com/go/firestore v1.4.0 // indirect
cloud.google.com/go/storage v1.13.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.2
github.com/spf13/viper v1.7.0
github.com/spiegel-im-spiegel/gocli v0.10.3
go.opencensus.io v0.22.6 // indirect
golang.org/x/exp v0.0.0-20210201131500-d352d2db2ceb // indirect
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect
google.golang.org/api v0.39.0
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea // indirect
honnef.co/go/tools v0.1.1 // indirect
)