File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/BurntSushi/toml v1.3.2
8
8
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01
9
9
github.com/containers/ocicrypt v1.1.7
10
- github.com/containers/storage v1.48.0
10
+ github.com/containers/storage v1.48.1
11
11
github.com/cyberphone/json-canonicalization v0.0.0-20230514072755-504adb8a8af1
12
12
github.com/docker/distribution v2.8.2+incompatible
13
13
github.com/docker/docker v24.0.2+incompatible
Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ github.com/containers/ocicrypt v1.1.0/go.mod h1:b8AOe0YR67uU8OqfVNcznfFpAzu3rdgU
225
225
github.com/containers/ocicrypt v1.1.1 /go.mod h1:Dm55fwWm1YZAjYRaJ94z2mfZikIyIN4B0oB3dj3jFxY =
226
226
github.com/containers/ocicrypt v1.1.7 h1:thhNr4fu2ltyGz8aMx8u48Ae0Pnbip3ePP9/mzkZ/3U =
227
227
github.com/containers/ocicrypt v1.1.7 /go.mod h1:7CAhjcj2H8AYp5YvEie7oVSK2AhBY8NscCYRawuDNtw =
228
- github.com/containers/storage v1.48.0 h1:wiPs8J2xiFoOEAhxHDRtP6A90Jzj57VqzLRXOqeizns =
229
- github.com/containers/storage v1.48.0 /go.mod h1:pRp3lkRo2qodb/ltpnudoXggrviRmaCmU5a5GhTBae0 =
228
+ github.com/containers/storage v1.48.1 h1:mMdr6whnMu8jJ1dO+tKaeSNbu6XJYSufWQF20uLr9Og =
229
+ github.com/containers/storage v1.48.1 /go.mod h1:pRp3lkRo2qodb/ltpnudoXggrviRmaCmU5a5GhTBae0 =
230
230
github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
231
231
github.com/coreos/etcd v3.3.10+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
232
232
github.com/coreos/go-iptables v0.4.5 /go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU =
Original file line number Diff line number Diff line change 8
8
// VersionMinor is for functionality in a backwards-compatible manner
9
9
VersionMinor = 26
10
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 2
11
+ VersionPatch = 3
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
14
VersionDev = "-dev"
You can’t perform that action at this time.
0 commit comments