File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/cloudflare/cfssl v1.6.1
7- github.com/eclipse/paho.mqtt.golang v1.3.5
7+ github.com/eclipse/paho.mqtt.golang v1.4.1
88 github.com/elastic/crd-ref-docs v0.0.8
99 github.com/go-logr/logr v1.2.3
1010 github.com/go-stomp/stomp v2.1.4+incompatible
@@ -170,6 +170,7 @@ require (
170170 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
171171 golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
172172 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
173+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
173174 golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
174175 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
175176 golang.org/x/text v0.3.7 // indirect
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
286286github.com/eapache/go-resiliency v1.1.0 /go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs =
287287github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 /go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU =
288288github.com/eapache/queue v1.1.0 /go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I =
289- github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqnNN1bdl41Y =
290- github.com/eclipse/paho.mqtt.golang v1.3.5 /go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc =
289+ github.com/eclipse/paho.mqtt.golang v1.4.1 h1:tUSpviiL5G3P9SZZJPC4ZULZJsxQKXxfENpMvdbAXAI =
290+ github.com/eclipse/paho.mqtt.golang v1.4.1 /go.mod h1:JGt0RsEwEX+Xa/agj90YJ9d9DH2b7upDZMK9HRbFvCA =
291291github.com/edsrzf/mmap-go v1.0.0 /go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M =
292292github.com/elastic/crd-ref-docs v0.0.8 h1:Sy0A24E+L5aCj/8BGTgxkumCSNeckg4650d96o7QHiU =
293293github.com/elastic/crd-ref-docs v0.0.8 /go.mod h1:Jd1XDGgrvHzd/+qCf4SwBnOnLl4RaFRjind0ORnHovo =
You can’t perform that action at this time.
0 commit comments