Skip to content

Commit

Permalink
新增:Exprs方法,批量Expr数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 5, 2023
1 parent 03e558f commit 320b77f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ module github.com/farseer-go/fs
go 1.19

require (
github.com/timandy/routine v1.1.2
github.com/farseer-go/collections v0.8.0
github.com/farseer-go/linkTrace v0.0.0-20231029121236-19d43e27f58f
github.com/shirou/gopsutil v2.21.11+incompatible
github.com/stretchr/testify v1.8.4
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/devfeel/mapper v0.7.13 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sys v0.2.0 // indirect
)

0 comments on commit 320b77f

Please sign in to comment.