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 3f22672 commit 0d39680
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 @@ -3,14 +3,15 @@ module github.com/farseer-go/utils
go 1.19

require (
github.com/farseer-go/collections v0.13.0
github.com/farseer-go/fs v0.13.0
github.com/farseer-go/collections v0.14.0
github.com/farseer-go/fs v0.14.0
github.com/shirou/gopsutil/v3 v3.23.10
github.com/stretchr/testify v1.8.4
github.com/valyala/fasthttp v1.51.0
)

exclude github.com/timandy/routine v1.1.3

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 0d39680

Please sign in to comment.