Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit f265b89

Browse files
Bump github.com/opencontainers/image-spec
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 0.0.0-20171030174740-d60099175f88 to 1.0.2. - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](https://github.com/opencontainers/image-spec/commits/v1.0.2) --- updated-dependencies: - dependency-name: github.com/opencontainers/image-spec dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9398a8f commit f265b89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/modern-go/reflect2 v1.0.2 // indirect
4747
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4848
github.com/opencontainers/go-digest v0.0.0-20170607195333-279bed98673d // indirect
49-
github.com/opencontainers/image-spec v0.0.0-20171030174740-d60099175f88 // indirect
49+
github.com/opencontainers/image-spec v1.0.2 // indirect
5050
github.com/pkg/errors v0.9.1 // indirect
5151
github.com/spf13/pflag v1.0.5 // indirect
5252
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,9 @@ github.com/openconfig/gnmi v0.0.0-20220920173703-480bf53a74d2 h1:3YLlQFLDsFTvruK
271271
github.com/openconfig/gnmi v0.0.0-20220920173703-480bf53a74d2/go.mod h1:Y9os75GmSkhHw2wX8sMsxfI7qRGAEcDh8NTa5a8vj6E=
272272
github.com/opencontainers/go-digest v0.0.0-20170607195333-279bed98673d h1:KdbiNxiNlvqqdRGoWqPq40QvJVnkx0i6boW43dg6Zig=
273273
github.com/opencontainers/go-digest v0.0.0-20170607195333-279bed98673d/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
274-
github.com/opencontainers/image-spec v0.0.0-20171030174740-d60099175f88 h1:wHUCmBJYWVPLW+A+82bEi7lJpaUFvUUrJGpBYUvHTYE=
275274
github.com/opencontainers/image-spec v0.0.0-20171030174740-d60099175f88/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
275+
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
276+
github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
276277
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
277278
github.com/pkg/errors v0.0.0-20160929014801-645ef00459ed/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
278279
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)