Compare the require sections of two go.mod files and output the differences(Only the same dependencies with different version). It is a useful for those who want to keep the dependencies of their go project (nakama go runtime code) the same with another project like nakama.
- Clone the code
git clone
- Run the main.go
go run main.go /path1/to/go.mod /path2/to/go.mod