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 679f272 commit a73b96c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ require (
github.com/farseer-go/queue v0.14.0
)

exclude github.com/timandy/routine v1.1.3
require (
github.com/timandy/routine v1.1.3 // indirect
github.com/timandy/routine v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit a73b96c

Please sign in to comment.