forked from cadence-workflow/cadence-idl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile go proto types (cadence-workflow#94)
* Compile go proto types * Fix build on M1 macs * License header for generated files
- Loading branch information
1 parent
2d25c6d
commit 64d16b2
Showing
32 changed files
with
79,441 additions
and
4 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
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,9 @@ | ||
module github.com/uber/cadence-idl | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.2 | ||
go.uber.org/fx v1.10.0 | ||
go.uber.org/yarpc v1.55.0 | ||
) |
Oops, something went wrong.