mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-12 12:42:27 +08:00
go get -u
This commit is contained in:
@@ -4,11 +4,11 @@ go 1.20
|
||||
|
||||
require (
|
||||
github.com/elastic/go-elasticsearch/v8 v8.8.1
|
||||
github.com/prometheus/client_golang v1.15.1
|
||||
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
|
||||
google.golang.org/protobuf v1.30.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -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.10.1 // indirect
|
||||
github.com/prometheus/procfs v0.11.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user