-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
26 lines (24 loc) · 977 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/arussellsaw/youneedaspreadsheet
go 1.15
require (
cloud.google.com/go v0.72.0
cloud.google.com/go/firestore v1.4.0
cloud.google.com/go/pubsub v1.3.1
github.com/arussellsaw/crudley v0.0.0-20210104100434-88fdfc7d699b // indirect
github.com/arussellsaw/slog-gcloud v0.1.7
github.com/bwmarrin/snowflake v0.3.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.10.0
github.com/fatih/structs v1.1.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/monzo/slog v0.0.0-20200930150111-c5ba10c39368
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/stripe/stripe-go/v71 v71.48.0
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497
google.golang.org/grpc v1.35.0
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)