Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FontReset = "\033[0m" FontRed = "\033[31m" FontGreen = "\033[32m" FontBlue = "\033[34m" FontPurple = "\033[35m" FontCyan = "\033[36m" FontGray = "\033[37m" FontBold = "\033[1m" )
TODO this is evil when used as input for other CLI tools. Use proper library for colored output.
Functions ¶
func GetFileContent ¶
func GetPackage ¶
Types ¶
type Service ¶
type Service struct { Logger *zap.Logger PreferredGoVersion semver.Version GoModFileList []string RelevantPackages []config.RelevantPackage }
func (*Service) PerformGoModAnalysis ¶
Click to show internal directories.
Click to hide internal directories.