forked from flyteorg/flyte
-
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.
Migrate Lyft -> Flyteorg (flyteorg#33)
* Migrate Lyft -> Flyteorg - Also removes uneeded dependencies - Cleans up makefile Signed-off-by: Ketan Umare <[email protected]> * All linter errors and logical errors fixed Signed-off-by: Ketan Umare <[email protected]>
- Loading branch information
Showing
80 changed files
with
3,305 additions
and
1,840 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
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
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
module github.com/lyft/datacatalog | ||
module github.com/flyteorg/datacatalog | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Selvatico/go-mocket v1.0.7 | ||
github.com/flyteorg/flyteidl v0.18.15 | ||
github.com/flyteorg/flytestdlib v0.3.13 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/jinzhu/gorm v1.9.11 | ||
github.com/lib/pq v1.2.0 | ||
github.com/lyft/flyteidl v0.17.0 | ||
github.com/lyft/flytestdlib v0.3.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/mitchellh/mapstructure v1.4.1 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.4.0 | ||
google.golang.org/grpc v1.26.0 | ||
github.com/stretchr/testify v1.7.0 | ||
google.golang.org/grpc v1.36.0 | ||
google.golang.org/protobuf v1.25.0 | ||
) |
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
Oops, something went wrong.