文件名称:go-mod-outdated:查找Go项目的过时依赖项。 go-mod-outdated提供了go list -u -m -json all命令的表格视图,该命令列出了Go项目的所有依赖项及其可用的次要和补丁更新。 它还提供了一种过滤间接依赖关系和无需更新的依赖关系的方法
文件大小:19KB
文件格式:ZIP
更新时间:2024-02-25 08:02:27
go golang beautify beautifier outdated
去过时 查找Go项目过时依赖项的简单方法。 go-mod-outdated提供了go list -u -m -json all命令的表格视图,该命令列出了Go项目的所有依赖项及其可用的次要和补丁更新。 它还提供了一种过滤间接依赖关系和无需更新的依赖关系的方法。 简而言之,它变成了: { "Path": "github.com/BurntSushi/locker", "Version": "v0.0.0-20171006230638-a6e239ea1c69", "Time": "2017-10-06T23:06:38Z", "GoMod": "/home/mojo/go/pkg/
【文件预览】:
go-mod-outdated-master
----internal()
--------runner()
--------mod()
----.github()
--------workflows()
----Dockerfile(257B)
----LICENSE(1KB)
----main.go(673B)
----.gitignore(28B)
----.golangci.yml(2KB)
----CHANGELOG.md(1KB)
----go.sum(454B)
----README.md(33KB)
----go.mod(156B)