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
- Host: GitHub
- URL: https://github.com/golang-tool/go-mod-conflict
- Owner: golang-tool
- Created: 2025-01-05T14:24:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T17:10:05.000Z (5 months ago)
- Last Synced: 2025-01-13T20:39:32.778Z (5 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 clonego run main.go --go-mod-location
```## TODO
- [ ] Add more test cases
- [ ] Add more documentation
- [ ] Add github actions