From 30f41236010b801f0d0a8d92b1d3b577d4e4c92f Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Sun, 4 Feb 2024 18:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=BB=84=E4=BB=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= 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 e90aaa7..95ad562 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.12.0 + github.com/farseer-go/fs v0.13.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