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 d44553e commit 1fb3f59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/farseer-go/cacheMemory

go 1.19
go 1.21

toolchain go1.22.0

require (
github.com/farseer-go/cache v0.13.0
Expand All @@ -18,3 +20,5 @@ require (
github.com/timandy/routine v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

exclude github.com/timandy/routine v1.1.3

0 comments on commit 1fb3f59

Please sign in to comment.