Skip to content

francogeller/gomodsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomodsearch

Find go module direct, indirect and transitive dependencies.

Installation

Clone repo and then run

$ cd gomodsearch
$ make install

Usage

$ gomodsearch <path> <module>[@version] ...

Example

$ gomodsearch . golang.org/x/mod golang.org/x/mod@v0.0.1 golang.org/x/net

If the version is not declared it searches all existing versions.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published