-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(go): Drop the support for the Go dep package manager
Go dep is depracated as of 2020, see [1]. Meanwhile Go mod is commonly used instead. So need the need for analyzing Go projects which still use `dep` as package manager arises only rarely if at all. Stop supporting Go dep with ORT to reduce maintainance cost. Note: In order to uprade go to the latest version the Go dep integration would need to be refactored, because that upgrade currently breaks tests. So, this change unblocks upgrading Go. [1] https://github.com/golang/dep Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information
Showing
30 changed files
with
4 additions
and
875 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
"CocoaPods", | ||
"Composer", | ||
"Conan", | ||
"GoDep", | ||
"GoMod", | ||
"Gradle", | ||
"GradleInspector", | ||
|
77 changes: 0 additions & 77 deletions
77
...package-managers/go/src/funTest/assets/projects/synthetic/godep/glide-expected-output.yml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
plugins/package-managers/go/src/funTest/assets/projects/synthetic/godep/glide/glide.lock
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
plugins/package-managers/go/src/funTest/assets/projects/synthetic/godep/glide/glide.yaml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
plugins/package-managers/go/src/funTest/assets/projects/synthetic/godep/glide/main.go
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
...ackage-managers/go/src/funTest/assets/projects/synthetic/godep/godeps-expected-output.yml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...package-managers/go/src/funTest/assets/projects/synthetic/godep/godeps/Godeps/Godeps.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
plugins/package-managers/go/src/funTest/assets/projects/synthetic/godep/godeps/main.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.