From d7015d60047d1505c7d3c6ba9284c03d68439bfd Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 4 May 2023 15:20:21 +0800 Subject: [PATCH] Use official zapx package --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 58e90cc0fd3d..64266dd1ed92 100644 --- a/go.mod +++ b/go.mod @@ -290,8 +290,6 @@ replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1 replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142115-2c99e1ffdfa0 -replace github.com/blevesearch/zapx/v15 v15.3.6 => github.com/zeripath/zapx/v15 v15.3.6-alignment-fix - replace github.com/nektos/act => gitea.com/gitea/act v0.243.4 exclude github.com/gofrs/uuid v3.2.0+incompatible