Skip to content

Commit 92ca018

Browse files
build(deps): Bump d7y.io/api/v2 from 2.1.44 to 2.1.54 (#245)
Bumps [d7y.io/api/v2](https://github.com/dragonflyoss/api) from 2.1.44 to 2.1.54. - [Commits](dragonflyoss/api@v2.1.44...v2.1.54) --- updated-dependencies: - dependency-name: d7y.io/api/v2 dependency-version: 2.1.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1af5f1c commit 92ca018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module github.com/modelpack/modctl
33
go 1.24.1
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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=
33
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
44
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
55
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=

0 commit comments

Comments
 (0)