From b79fe8a6faee834415c8f090535228ca20bb2f12 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 23 May 2024 14:58:17 +0200 Subject: [PATCH] Update integration/sleep/go.mod Co-authored-by: Benjamin Wang --- integration/sleep/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index 256cd82..dc855d6 100644 --- a/integration/sleep/go.mod +++ b/integration/sleep/go.mod @@ -4,6 +4,6 @@ go 1.21 toolchain go1.21.10 -replace go.etcd.io/gofail => ./../../ - require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46 + +replace go.etcd.io/gofail => ./../../