Skip to content

Commit

Permalink
移除依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 25, 2023
1 parent 2bcce68 commit 5ab903b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ module github.com/farseer-go/fs
go 1.19

require (
github.com/stretchr/testify v1.8.2
github.com/timandy/routine v1.1.2
gopkg.in/yaml.v3 v3.0.1
)

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

0 comments on commit 5ab903b

Please sign in to comment.