go list -json -deps
command.go.mod
file at the root of your project, go list
uses this and your project source code to build a complete dependency tree.Gopkg.lock
files.dep ensure
to achieve this.vendor/vendor.json
files.govendor sync
to achieve this.go mod graph
command using the go.mod
files in the selected repository.go.mod
and go.sum
to your accept.json
file, as per the changes in this pull request.go.mod
file defined.Gopkg.lock
files in the selected repository.vendor/vendor.json
files in the selected repository.