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 d4eeba1 commit 385a0f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ toolchain go1.22.0
require (
github.com/farseer-go/collections v0.14.0
github.com/farseer-go/fs v0.14.0
github.com/farseer-go/utils v0.13.0
github.com/farseer-go/webapi v0.13.0
github.com/farseer-go/utils v0.14.0
github.com/farseer-go/webapi v0.14.0
github.com/robfig/cron/v3 v3.0.1
)

exclude github.com/timandy/routine v1.1.3

require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
Expand Down

0 comments on commit 385a0f2

Please sign in to comment.