Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 19, 2024
1 parent 3b18b35 commit 6b8050a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ module github.com/farseer-go/collections

go 1.19

toolchain go1.22.0
toolchain go1.19

require (
github.com/farseer-go/fs v0.14.0
github.com/stretchr/testify v1.8.4
github.com/timandy/routine v1.1.2
github.com/farseer-go/fs v0.15.0
github.com/stretchr/testify v1.9.0
github.com/timandy/routine v1.1.4
)

exclude github.com/timandy/routine v1.1.3

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit 6b8050a

Please sign in to comment.