Skip to content

Commit

Permalink
升级组件
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 17, 2023
1 parent 028bde5 commit 5586449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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
)
3 changes: 3 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5586449

Please sign in to comment.