From 075e09bb0b0eb93b925a6e392f2df56084fbdd3b Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Mon, 8 Jan 2024 16:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ba35457..e90aaa7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/etcd go 1.19 require ( - github.com/farseer-go/fs v0.11.0 + github.com/farseer-go/fs v0.12.0 github.com/stretchr/testify v1.8.4 go.etcd.io/etcd/api/v3 v3.5.11 go.etcd.io/etcd/client/v3 v3.5.11