diff --git a/go.mod b/go.mod index 0f293eb..0272054 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/farseer-go/collections go 1.19 require ( - github.com/farseer-go/fs v0.11.0 + github.com/farseer-go/fs v0.12.0 github.com/stretchr/testify v1.8.4 github.com/timandy/routine v1.1.2 )