Upgrade dependency of pulsarctl (#17753)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/17769/head
Xiaofan 2022-06-24 11:56:17 +08:00 committed by GitHub
parent e344d74be2
commit 908a41a8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 443 additions and 1 deletions

3
go.mod
View File

@ -34,6 +34,7 @@ require (
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0 // indirect
github.com/quasilyte/go-ruleguard/dsl v0.3.21 // indirect
github.com/sbinet/npyio v0.6.0
github.com/shirou/gopsutil v3.21.8+incompatible
@ -66,5 +67,5 @@ replace (
github.com/bketelsen/crypt => github.com/bketelsen/crypt v0.0.4 // Fix security alert for core-os/etcd
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.2+incompatible // Fix security alert for jwt-go 3.2.0
github.com/go-kit/kit => github.com/go-kit/kit v0.1.0
github.com/streamnative/pulsarctl => github.com/xiaofan-luan/pulsarctl v0.0.2
github.com/streamnative/pulsarctl => github.com/xiaofan-luan/pulsarctl v0.5.1
)

441
go.sum

File diff suppressed because it is too large Load Diff