Skip to content

Commit

Permalink
Upgrade dependency of pulsarctl
Browse files Browse the repository at this point in the history
Signed-off-by: xiaofan-luan <[email protected]>
  • Loading branch information
xiaofan-luan committed Jun 23, 2022
1 parent 9cd454e commit 83d6965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)

0 comments on commit 83d6965

Please sign in to comment.