Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jul 27, 2023
1 parent 9cc6c7f commit 90df33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module github.com/farseer-go/tasks
go 1.19

require (
github.com/farseer-go/fs v0.7.0
github.com/stretchr/testify v1.8.2
github.com/farseer-go/fs v0.8.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go get github.com/farseer-go/fs
go get github.com/stretchr/testify

0 comments on commit 90df33b

Please sign in to comment.