Skip to content

Commit

Permalink
Prepare for v0.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
  • Loading branch information
ktock committed Mar 3, 2023
1 parent fa7adca commit 8bf7ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.19
require (
github.com/containerd/containerd v1.7.0-rc.1
github.com/containerd/go-cni v1.1.9
github.com/containerd/stargz-snapshotter v0.14.1
github.com/containerd/stargz-snapshotter/estargz v0.14.1
github.com/containerd/stargz-snapshotter/ipfs v0.14.1
github.com/containerd/stargz-snapshotter v0.14.2
github.com/containerd/stargz-snapshotter/estargz v0.14.2
github.com/containerd/stargz-snapshotter/ipfs v0.14.2
github.com/coreos/go-systemd/v22 v22.5.0
github.com/docker/go-metrics v0.0.1
github.com/goccy/go-json v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/containerd/console v1.0.3
github.com/containerd/containerd v1.7.0-rc.1
github.com/containerd/continuity v0.3.0
github.com/containerd/stargz-snapshotter/estargz v0.14.1
github.com/containerd/stargz-snapshotter/estargz v0.14.2
github.com/docker/cli v23.0.1+incompatible
github.com/docker/go-metrics v0.0.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Expand Down

0 comments on commit 8bf7ddd

Please sign in to comment.