Skip to content

Compare the require sections of two go.mod files and output the differences. 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.

License

Notifications You must be signed in to change notification settings

yaohuiwu/go-mod-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mod-compare

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.

How to use it ?

  1. Clone the code
    git clone 
  1. Run the main.go
    go run main.go /path1/to/go.mod /path2/to/go.mod

About

Compare the require sections of two go.mod files and output the differences. 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages