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 5e52ef6 commit 7416db0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/farseer-go/linkTrace

go 1.19
go 1.21

toolchain go1.22.0

require (
github.com/farseer-go/collections v0.13.0
Expand All @@ -9,6 +11,6 @@ require (
)

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

0 comments on commit 7416db0

Please sign in to comment.