Skip to content

Commit 6bf417f

Browse files
build(deps): Bump github.com/CloudNativeAI/model-spec from 0.0.5 to 0.0.6 (#201)
build(deps): Bump github.com/CloudNativeAI/model-spec Bumps [github.com/CloudNativeAI/model-spec](https://github.com/CloudNativeAI/model-spec) from 0.0.5 to 0.0.6. - [Commits](modelpack/model-spec@v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: github.com/CloudNativeAI/model-spec dependency-version: 0.0.6 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 b4bc07d commit 6bf417f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/CloudNativeAI/modctl
33
go 1.24.1
44

55
require (
6-
github.com/CloudNativeAI/model-spec v0.0.5
6+
github.com/CloudNativeAI/model-spec v0.0.6
77
github.com/antgroup/hugescm v0.18.0
88
github.com/avast/retry-go/v4 v4.6.1
99
github.com/briandowns/spinner v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
22
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
33
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
44
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
5-
github.com/CloudNativeAI/model-spec v0.0.5 h1:gVwvpiVJgGZynvIi+xy0Hp/zh+g1EuWa6x6Czm4P0uA=
6-
github.com/CloudNativeAI/model-spec v0.0.5/go.mod h1:3U/4zubBfbUkW59ATSg41HnkYyKrKUcKFH/cVdoPQnk=
5+
github.com/CloudNativeAI/model-spec v0.0.6 h1:eERko51HkeLhVii0G7LhHLAOkK53+1ghbAGAS/4tfJU=
6+
github.com/CloudNativeAI/model-spec v0.0.6/go.mod h1:PYdhY3NpOfKxuk3v8fBKBaqYr1PPsoy0zfOPhvD6nqU=
77
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
88
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
99
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=

0 commit comments

Comments
 (0)