diff --git a/go.mod b/go.mod index 5bb5078..3554903 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/farseer-go/cache v0.11.0 - github.com/farseer-go/collections v0.11.0 + github.com/farseer-go/collections v0.12.0 github.com/farseer-go/fs v0.12.0 github.com/stretchr/testify v1.8.4 )