-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (20 loc) · 867 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
module github.com/visor-tax/firemodel
go 1.13
require (
cloud.google.com/go/firestore v1.1.1
github.com/alecthomas/go-thrift v0.0.0-20170109061633-7914173639b2 // indirect
github.com/alecthomas/kong v0.2.1 // indirect
github.com/alecthomas/participle v0.3.0
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/dave/jennifer v1.4.0
github.com/go-errors/errors v1.0.1
github.com/google/go-cmp v0.4.0 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0
github.com/spf13/cobra v0.0.6
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472
gotest.tools v2.2.0+incompatible
)