Skip to content

Commit 2af863c

Browse files
authored
Merge pull request #1299 from crazy-max/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.5.0
chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.0
2 parents c9d6287 + 083c913 commit 2af863c

File tree

15 files changed

+213
-39
lines changed

15 files changed

+213
-39
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/docker/docker v27.3.1+incompatible
1717
github.com/docker/go-connections v0.5.0
1818
github.com/docker/go-units v0.5.0
19-
github.com/eclipse/paho.mqtt.golang v1.4.3
19+
github.com/eclipse/paho.mqtt.golang v1.5.0
2020
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
2121
github.com/go-playground/validator/v10 v10.23.0
2222
github.com/gregdel/pushover v1.3.1
@@ -90,7 +90,7 @@ require (
9090
github.com/google/uuid v1.6.0 // indirect
9191
github.com/gorilla/css v1.0.1 // indirect
9292
github.com/gorilla/mux v1.8.1 // indirect
93-
github.com/gorilla/websocket v1.5.0 // indirect
93+
github.com/gorilla/websocket v1.5.3 // indirect
9494
github.com/hashicorp/cronexpr v1.1.2 // indirect
9595
github.com/hashicorp/errwrap v1.1.0 // indirect
9696
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQ
8888
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
8989
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
9090
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
91-
github.com/eclipse/paho.mqtt.golang v1.4.3 h1:2kwcUGn8seMUfWndX0hGbvH8r7crgcJguQNCyp70xik=
92-
github.com/eclipse/paho.mqtt.golang v1.4.3/go.mod h1:CSYvoAlsMkhYOXh/oKyxa8EcBci6dVkLCbo5tTC1RIE=
91+
github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjOsyvMGvD6o=
92+
github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk=
9393
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=
9494
github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
9595
github.com/felixge/fgprof v0.9.3 h1:VvyZxILNuCiUCSXtPtYmmtGvb65nqXh2QFWc0Wpf2/g=
@@ -147,8 +147,8 @@ github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A
147147
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
148148
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
149149
github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
150-
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
151-
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
150+
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
151+
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
152152
github.com/gregdel/pushover v1.3.1 h1:4bMLITOZ15+Zpi6qqoGqOPuVHCwSUvMCgVnN5Xhilfo=
153153
github.com/gregdel/pushover v1.3.1/go.mod h1:EcaO66Nn1StkpEm1iKtBTV3d2A16SoMsVER1PthX7to=
154154
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=

vendor/github.com/eclipse/paho.mqtt.golang/CODE_OF_CONDUCT.md

+93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/SECURITY.md

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/client.go

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/filestore.go

+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/options_reader.go

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/ping.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/eclipse/paho.mqtt.golang/token.go

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gorilla/websocket/README.md

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)