From 9edd053899c77957650b0abad303e0efb29e5a36 Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Wed, 19 Aug 2020 16:55:37 -0700 Subject: [PATCH] Update docs/the-solver.md Removes reference to closed issue #902 ```markdown > Note: dep does not currently enforce this rule, but [it needs to](https://github.com/golang/dep/issues/902). ``` --- docs/the-solver.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/the-solver.md b/docs/the-solver.md index 287e22cfae..cb4ce5787c 100644 --- a/docs/the-solver.md +++ b/docs/the-solver.md @@ -71,8 +71,6 @@ Go 1.4 introduced [import comments](https://golang.org/cmd/go/#hdr-Import_path_c Because most projects are consistent about their import comment use over time, this issue typically only occurs when adding a new dependency or attempting to revive an older project. -> Note: dep does not currently enforce this rule, but [it needs to](https://github.com/golang/dep/issues/902). - **Remediation:** change the code by fixing the offending import paths. If the offending import paths are not in the current project and you don't directly control the dependency, you'll have to fork and fix it yourself, then use `source` to point to your fork. ### Import path casing