Skip to content

Commit 69ef06e

Browse files
authored
fix(deps): Update module github.com/opencontainers/image-spec to v1.1.0 (#287)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | require | minor | `v1.0.2` -> `v1.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>opencontainers/image-spec (github.com/opencontainers/image-spec)</summary> ### [`v1.1.0`](https://github.com/opencontainers/image-spec/releases/tag/v1.1.0) [Compare Source](https://github.com/opencontainers/image-spec/compare/v1.0.2...v1.1.0) Vote Passed `[+7-0]` - https://groups.google.com/a/opencontainers.org/g/dev/c/Cnk6H9C4aag **Release PR** : [https://github.com/opencontainers/image-spec/pull/1161](https://github.com/opencontainers/image-spec/pull/1161) **Full Changelog**: opencontainers/image-spec@v1.0.2...v1.1.0 Associated Distribution Specification Release - https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 9428457 commit 69ef06e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/ghodss/yaml v1.0.0
1313
github.com/google/go-cmp v0.6.0
1414
github.com/google/uuid v1.6.0
15-
github.com/opencontainers/image-spec v1.0.2
15+
github.com/opencontainers/image-spec v1.1.0
1616
github.com/rs/zerolog v1.29.1
1717
github.com/schollz/progressbar/v3 v3.13.1
1818
github.com/stretchr/testify v1.8.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWb
189189
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
190190
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
191191
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
192-
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
193-
github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
192+
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
193+
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
194194
github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=
195195
github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4=
196196
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=

0 commit comments

Comments
 (0)