This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-k8s.git


The following commit(s) were added to refs/heads/master by this push:
     new ffd614d  optimize: fix dependencies (#37)
ffd614d is described below

commit ffd614de325022609d2e735028acc42d7851233a
Author: jimin <[email protected]>
AuthorDate: Sat Nov 22 23:56:05 2025 +0800

    optimize: fix dependencies (#37)
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 8f2c47b..9c493d7 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/apache/seata-k8s
 go 1.21
 
 require (
+       github.com/go-logr/logr v1.3.0
        golang.org/x/sync v0.5.0
        k8s.io/api v0.28.4
        k8s.io/apimachinery v0.28.4
@@ -17,7 +18,6 @@ require (
        github.com/emicklei/go-restful/v3 v3.11.0 // indirect
        github.com/evanphx/json-patch/v5 v5.7.0 // indirect
        github.com/fsnotify/fsnotify v1.7.0 // indirect
-       github.com/go-logr/logr v1.3.0 // indirect
        github.com/go-logr/zapr v1.3.0 // indirect
        github.com/go-openapi/jsonpointer v0.20.0 // indirect
        github.com/go-openapi/jsonreference v0.20.2 // indirect


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to