diff --git a/go.mod b/go.mod index 049c684..b02785e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/tasks go 1.19 require ( - github.com/farseer-go/fs v0.6.1-0.20230207175122-9b0e04c2b3b6 + github.com/farseer-go/fs v0.7.0 github.com/stretchr/testify v1.8.1 )