-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63eb283
commit 49ff93a
Showing
1 changed file
with
17 additions
and
8 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
Honest question because I don't know what users would expect: Do we want to fallthrough to checking the importpath from the gopath here?
If a project is using modules and their YAML includes an import path outside their module (not in their go.mod), would they expect it to be resolved? Or would they expect ko to pull the package out of their gopath?