forked from sgarciac/fuego
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 779 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/sgarciac/fuego
go 1.12
require (
cloud.google.com/go/firestore v1.4.0
cloud.google.com/go/storage v1.12.0 // indirect
firebase.google.com/go v3.11.1+incompatible
github.com/alecthomas/participle v0.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/urfave/cli v1.22.1
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)