Skip to content

Commit f340d67

Browse files
Bump github.com/opencontainers/image-spec in /tools/wasme/pkg
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 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](opencontainers/image-spec@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/opencontainers/image-spec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7389be1 commit f340d67

File tree

2 files changed

+4
-133
lines changed

2 files changed

+4
-133
lines changed

tools/wasme/pkg/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/cespare/xxhash/v2 v2.1.1 // indirect
88
github.com/containerd/containerd v1.3.2
99
github.com/deislabs/oras v0.8.1
10-
github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492
1110
github.com/docker/distribution v2.7.1+incompatible
1211
github.com/docker/docker v1.13.1 // indirect
1312
github.com/docker/go-metrics v0.0.1 // indirect
@@ -24,13 +23,14 @@ require (
2423
github.com/onsi/ginkgo v1.12.0
2524
github.com/onsi/gomega v1.8.1
2625
github.com/opencontainers/go-digest v1.0.0-rc1
27-
github.com/opencontainers/image-spec v1.0.1
26+
github.com/opencontainers/image-spec v1.0.2
2827
github.com/opencontainers/runc v1.0.0-rc9 // indirect
2928
github.com/pkg/errors v0.9.1
3029
github.com/sirupsen/logrus v1.6.0
3130
github.com/solo-io/go-utils v0.16.4
3231
github.com/stretchr/testify v1.6.1 // indirect
3332
go.opencensus.io v0.22.2 // indirect
33+
go.uber.org/zap v1.9.1
3434
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
3535
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
3636
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect

0 commit comments

Comments
 (0)