-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: visortim <[email protected]> Co-authored-by: Mickey Reiss <[email protected]>
- Loading branch information
1 parent
5bb0a07
commit f3be79f
Showing
3 changed files
with
322 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
) |
Oops, something went wrong.