Skip to content

Commit

Permalink
Add Go module support for pipelines.
Browse files Browse the repository at this point in the history
This enables Go modules and removes the vendor directory from the
repository.

NOTE: highly recommend viewing this change with
`git diff master -- ':!third_party' ':!vendor'`

Notable changes:
- Removes use of dep in favor of Go modules.
- Removes vendor directory. As a result, switches license notice
  generation to go-license.
- Forks code generation scripts from respective k8s/knative sources to
  allow module aware imports. (I want to fix this upstream sometime in
  the future, but for now this is as best as we can do).

This should not result in any change of functionality.

Fixes #1315, #1538
  • Loading branch information
wlynch committed Nov 22, 2019
1 parent c9a7a35 commit e494ea5
Show file tree
Hide file tree
Showing 3,674 changed files with 3,401 additions and 1,033,822 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
Expand Down
274 changes: 132 additions & 142 deletions DEVELOPMENT.md

Large diffs are not rendered by default.

Loading

0 comments on commit e494ea5

Please sign in to comment.