We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435e91b commit 6ebf7aaCopy full SHA for 6ebf7aa
1 file changed
lang/golang/parser/utils.go
@@ -143,9 +143,9 @@ func parseModuleFile(data []byte) (map[string]string, error) {
143
}
144
modules := make(map[string]string)
145
for _, req := range ast.Require {
146
- if req.Indirect {
147
- continue
148
- }
+ // if req.Indirect {
+ // continue
+ // }
149
modules[req.Mod.Path] = req.Mod.Path + "@" + req.Mod.Version
150
151
// replaces
0 commit comments