Class: Dependabot::FileParsers::Go::Modules

Inherits:
Base
  • Object
show all
Defined in:
lib/dependabot/file_parsers/go/modules.rb,
lib/dependabot/file_parsers/go/modules/go_mod_parser.rb

Defined Under Namespace

Classes: GoModParser

Instance Attribute Summary

Attributes inherited from Base

#credentials, #dependency_files, #source

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dependabot::FileParsers::Base

Instance Method Details

#parseObject



11
12
13
# File 'lib/dependabot/file_parsers/go/modules.rb', line 11

def parse
  go_mod_dependencies.dependencies
end