diff --git a/go.mod b/go.mod index cf8a88d..031ac97 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/farseer-go/fsctl go 1.19 require ( - github.com/farseer-go/collections v0.9.0 - github.com/farseer-go/fs v0.9.0 - github.com/farseer-go/utils v0.9.0 + github.com/farseer-go/collections v0.10.0 + github.com/farseer-go/fs v0.10.0 + github.com/farseer-go/utils v0.10.0 ) require ( @@ -14,5 +14,6 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.5.0 // indirect github.com/stretchr/testify v1.8.4 // indirect + github.com/timandy/routine v1.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/update.sh b/update.sh index 40f86ce..c91a7f8 100644 --- a/update.sh +++ b/update.sh @@ -1 +1,4 @@ go get github.com/stretchr/testify +go get github.com/farseer-go/collections +go get github.com/farseer-go/fs +go get github.com/farseer-go/utils