File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ module github.com/modelpack/modctl
33go 1.24.1
44
55require (
6- d7y.io/api/v2 v2.1.44
6+ d7y.io/api/v2 v2.1.54
77 github.com/antgroup/hugescm v0.18.3
88 github.com/avast/retry-go/v4 v4.6.1
99 github.com/distribution/distribution/v3 v3.0.0
1010 github.com/distribution/reference v0.6.0
11+ github.com/dragonflyoss/model-spec v0.0.6
1112 github.com/dustin/go-humanize v1.0.1
1213 github.com/emirpasic/gods v1.18.1
1314 github.com/go-git/go-git/v5 v5.16.2
@@ -44,7 +45,6 @@ require (
4445 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4546 github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
4647 github.com/docker/go-metrics v0.0.1 // indirect
47- github.com/dragonflyoss/model-spec v0.0.6 // indirect
4848 github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
4949 github.com/fsnotify/fsnotify v1.8.0 // indirect
5050 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
Original file line number Diff line number Diff line change 1- d7y.io/api/v2 v2.1.44 h1:h762BncKXXKBd+LgU58wzFgNwLpqPxW7wrgcZJNcV+4 =
2- d7y.io/api/v2 v2.1.44 /go.mod h1:IbhylQWRkqRka+oUl73Fzz331fHFIAwS2m4cMNpFWdk =
1+ d7y.io/api/v2 v2.1.54 h1:Vaqc3dhOTtr/gfgHoycdMKtlOysMn2zBLNxbuRI/3y8 =
2+ d7y.io/api/v2 v2.1.54 /go.mod h1:E3XBK7gLlGEGezrmQ328zYzd23js8Os3MESzaNvqrgw =
33dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk =
44dario.cat/mergo v1.0.0 /go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk =
55github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg =
You can’t perform that action at this time.
0 commit comments