Skip to content

Commit

Permalink
升级go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jun 11, 2024
1 parent 152d824 commit 733ccbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/farseer-go/tasks

go 1.19
go 1.21

toolchain go1.22.0

require (
github.com/farseer-go/fs v0.13.0
Expand All @@ -10,6 +12,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
github.com/timandy/routine v1.1.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 733ccbe

Please sign in to comment.