From 1c150e3090a2a1193d219721e4f80b80945abd06 Mon Sep 17 00:00:00 2001
From: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Date: Wed, 13 Nov 2024 23:36:12 +0900
Subject: [PATCH] Prepare for v0.16.0

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
---
 cmd/go.mod | 2 +-
 go.mod     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/go.mod b/cmd/go.mod
index fbe7a9252..45a9639ca 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -11,7 +11,7 @@ require (
 	github.com/containerd/log v0.1.0
 	github.com/containerd/platforms v1.0.0-rc.0
 	github.com/containerd/stargz-snapshotter v0.15.2-0.20240622031358-6405f362966d
-	github.com/containerd/stargz-snapshotter/estargz v0.15.2-0.20240622031358-6405f362966d
+	github.com/containerd/stargz-snapshotter/estargz v0.16.0
 	github.com/containerd/stargz-snapshotter/ipfs v0.15.2-0.20240622031358-6405f362966d
 	github.com/coreos/go-systemd/v22 v22.5.0
 	github.com/docker/go-metrics v0.0.1
diff --git a/go.mod b/go.mod
index 1d88142e7..748f5a4cf 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
 	github.com/containerd/log v0.1.0
 	github.com/containerd/platforms v1.0.0-rc.0
 	github.com/containerd/plugin v1.0.0
-	github.com/containerd/stargz-snapshotter/estargz v0.15.1
+	github.com/containerd/stargz-snapshotter/estargz v0.16.0
 	github.com/distribution/reference v0.6.0
 	github.com/docker/cli v27.3.1+incompatible
 	github.com/docker/go-metrics v0.0.1