bldsh / dive

dive in to learn
Apache License 2.0
0 stars 0 forks source link

go mod download -json #8

Open AmitKumarDas opened 3 months ago

AmitKumarDas commented 3 months ago
% go mod download -json xyz.com/abc/machinery/tests@latest
{
    "Path": "xyz.com/abc/machinery/tests",
    "Version": "v0.0.0-20240621154238-10c32a43145c",
    "Query": "latest",
    "Info": "/Users/amitd2/go/pkg/mod/cache/download/xyz.com/abc/machinery/tests/@v/v0.0.0-20240621154238-10c32a43145c.info",
    "GoMod": "/Users/amitd2/go/pkg/mod/cache/download/xyz.com/abc/machinery/tests/@v/v0.0.0-20240621154238-10c32a43145c.mod",
    "Zip": "/Users/amitd2/go/pkg/mod/cache/download/xyz.com/abc/machinery/tests/@v/v0.0.0-20240621154238-10c32a43145c.zip",
    "Dir": "/Users/amitd2/go/pkg/mod/xyz.com/abc/machinery/tests@v0.0.0-20240621154238-10c32a43145c",
    "Sum": "h1:a9eRHP4rqAvXL97kUU52w+n6wXyICaPo07Iptx/pweg=",
    "GoModSum": "h1:hC1nTT4lyDmWCIjXfvQQZm3lETWhfBQUpVkFBbbb3zI=",
    "Origin": {
        "VCS": "git",
        "URL": "https://xyz.com/abc/machinery.git",
        "Subdir": "tests",
        "Hash": "10c32a43145c3dae237cebcf75f95a59a33a4918",
        "TagPrefix": "tests/",
        "TagSum": "t1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=",
        "Ref": "HEAD"
    }
}
ls -ltr ~/go/pkg/mod/cache/download/xyz.com/abc/machinery/tests/@v/
total 104
-rw-r--r--  1 amitd2  staff    245 24 Jun 07:44 v0.0.0-20240621154238-10c32a43145c.info
-rw-r--r--  1 amitd2  staff   3484 24 Jun 07:44 v0.0.0-20240621154238-10c32a43145c.mod
-rw-r--r--  1 amitd2  staff     35 24 Jun 07:44 list
-rw-r--r--  1 amitd2  staff      0 24 Jun 07:44 v0.0.0-20240621154238-10c32a43145c.lock
-rw-r--r--  1 amitd2  staff  34205 24 Jun 07:44 v0.0.0-20240621154238-10c32a43145c.zip
-rw-r--r--  1 amitd2  staff     47 24 Jun 07:44 v0.0.0-20240621154238-10c32a43145c.ziphash
% ls -ltr /Users/amitd2/go/pkg/mod/xyz.com/abc/machinery/tests@v0.0.0-20240621154238-10c32a43145c
total 40
-r--r--r--  1 amitd2  staff   833 24 Jun 07:44 Makefile
-r--r--r--  1 amitd2  staff   328 24 Jun 07:44 README.md
-r--r--r--  1 amitd2  staff  3484 24 Jun 07:44 go.mod
-r--r--r--  1 amitd2  staff  5796 24 Jun 07:44 go.sum
dr-xr-xr-x  7 amitd2  staff   224 24 Jun 07:44 internal