diff --git a/fx/go.mod b/fx/go.mod index 7febcdd..4a06f87 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.2 + github.com/gowool/server v0.1.3 go.uber.org/fx v1.23.0 )