diff --git a/fx/go.mod b/fx/go.mod index 16196f7..81383e8 100644 --- a/fx/go.mod +++ b/fx/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/gowool/server => .. require ( - github.com/gowool/server v0.1.3 + github.com/gowool/server v0.1.4 go.uber.org/fx v1.23.0 )