mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-11 08:42:28 +08:00
limit
This commit is contained in:
@@ -3,11 +3,11 @@ module project
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/elastic/go-elasticsearch/v8 v8.8.1
|
||||
github.com/elastic/go-elasticsearch/v8 v8.9.0
|
||||
github.com/prometheus/client_golang v1.16.0
|
||||
github.com/zhengkai/life-go v1.0.3
|
||||
github.com/zhengkai/zog v1.0.3
|
||||
github.com/zhengkai/zu v1.0.15
|
||||
github.com/zhengkai/zu v1.1.1
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
@@ -19,6 +19,6 @@ require (
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
||||
github.com/prometheus/client_model v0.4.0 // indirect
|
||||
github.com/prometheus/common v0.44.0 // indirect
|
||||
github.com/prometheus/procfs v0.11.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
github.com/prometheus/procfs v0.11.1 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user