Skip to content

detect dependencies which may conflict

Notifications You must be signed in to change notification settings

cch123/gomod-conflict-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gomod-conflict-detect

Install:

go get -v -u github.com/cch123/gomod-conflict-detect

cd ${YOUR PROJECT PATH}

Usage:

In your project path, execute gomod-conflict-detect to get possible path conflict.

If you want to find out which dependency imports a library, execute gomod-conflict-detect | grep LIBNAME

The output is like:

Conflict in pkg github.com/klauspost/compress paths are:
 mosn.io/mosn -> github.com/klauspost/compress@v1.7.5
 mosn.io/mosn -> github.com/valyala/fasthttp@v1.2.0 -> github.com/klauspost/compress@v1.4.0

TODO

Convert output to dot svg

About

detect dependencies which may conflict

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages