We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839507e commit 1d1e194Copy full SHA for 1d1e194
caddy.go
@@ -226,7 +226,7 @@ func goModule(mod *debug.Module) *debug.Module {
226
// TODO: track related Go issue: https://github.com/golang/go/issues/29228
227
// once that issue is fixed, we should just be able to use bi.Main... hopefully.
228
for _, dep := range bi.Deps {
229
- if dep.Path == mod.Path {
+ if dep.Path == "github.com/caddyserver/caddy/v2" {
230
return dep
231
}
232
0 commit comments