An open API service indexing awesome lists of open source software.

https://github.com/golang-tool/go-mod-conflict

detect dependencies which may conflict
https://github.com/golang-tool/go-mod-conflict

Last synced: 3 months ago
JSON representation

detect dependencies which may conflict

Awesome Lists containing this project

README

        

# go-mod-conflict

Detect dependencies which may conflict

- [Inspired](https://github.com/cch123/gomod-conflict-detect/tree/master)
- [`go mod` sources](https://github.com/golang/go/tree/master/src/cmd/go/internal/modcmd)
- [`go-mod-compare`](https://github.com/yaohuiwu/go-mod-compare)

## Usage

```shell
git clone

go run main.go --go-mod-location
```

## TODO

- [ ] Add more test cases
- [ ] Add more documentation
- [ ] Add github actions