Skip to content

Commit

Permalink
feat(项目): 增加全局限制条件
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Apr 6, 2023
1 parent 086a79a commit 6a17bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/goexl/simaqian v0.2.5 // indirect
github.com/goexl/xiren v0.0.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.2 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
Expand All @@ -38,7 +38,7 @@ require (
github.com/storezhang/dig v0.0.1 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/urfave/cli/v2 v2.25.0 // indirect
github.com/urfave/cli/v2 v2.25.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zs5460/art v0.2.0 // indirect
Expand All @@ -47,6 +47,6 @@ require (
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 6a17bc0

Please sign in to comment.