Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Dec 17, 2024
1 parent cfc32c3 commit 599bb0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/SENERGY-Platform/connection-check-v2
go 1.23.0

require (
github.com/SENERGY-Platform/device-repository v0.1.36
github.com/SENERGY-Platform/device-repository v0.1.51
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.24
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.25
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/google/uuid v1.6.0
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand All @@ -22,7 +22,7 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/SENERGY-Platform/developer-notifications v0.0.4 // indirect
github.com/SENERGY-Platform/permissions-v2 v0.0.27 // indirect
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241129092659-95f4340f13f5 // indirect
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241217090919-a19f7d7a5534 // indirect
github.com/SENERGY-Platform/service-commons v0.0.0-20240813072046-91b3195dd8fc // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/SENERGY-Platform/developer-notifications v0.0.4 h1:SmblhfWavNhE1mDxzrkhmWl2AoPPqKD+7YcZCQ7a5Tg=
github.com/SENERGY-Platform/developer-notifications v0.0.4/go.mod h1:8yJrYnAYMtPEPy89ULw8ivgG8orVhSnaLgyfDt0bdgg=
github.com/SENERGY-Platform/device-repository v0.1.36 h1:2ayAxfzZQVPCctPV07wjJ9wKCRtWUn8joNsvuvIS2gk=
github.com/SENERGY-Platform/device-repository v0.1.36/go.mod h1:8yelMbJThqMs+BBIAwBEUOAcU9YoPREaDRNWYSrfMRA=
github.com/SENERGY-Platform/device-repository v0.1.51 h1:vy+4gvK/mhgbmTl8gXKwPcQFMHMwycywCMhhr6TbAx0=
github.com/SENERGY-Platform/device-repository v0.1.51/go.mod h1:36pibGmG2igxgydf+deII/wiP1gWxF2/bgijDzwRriY=
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4 h1:zS65f1cmjAoBQUA432nmJl2TXAwqqqJMz7sp2DHLAGc=
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4/go.mod h1:bCREPNRN4P8oxLgpC3/ZKK4jXSy4MSPXoiomhohE+aw=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.24 h1:8QJUwqVWKNPiWovoHYo7T/6v4Pwpi3xefY8Ob1tqCIg=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.24/go.mod h1:Cht1M81yZdjQGNlVZElIzGPWZ3xJW6ITkdAHO9VELP8=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.25 h1:LZor0BUymrNIfDdvl0zuj1f13x6UJxcC5gUUr5Ha7Ok=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.25/go.mod h1:CxADhpUp14Ro8FatQWjX6ini4ApD+xvZzzJ3GGPKEVk=
github.com/SENERGY-Platform/permissions-v2 v0.0.27 h1:4Sf5zNW0KMrSSJrv90MmyKD5RMnS8CT26yE7W9Za/x0=
github.com/SENERGY-Platform/permissions-v2 v0.0.27/go.mod h1:w5AghpFIQ2Hi+HKfcuqXcizR4pCYuMLXcWAdAmOPAF4=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241129092659-95f4340f13f5 h1:Qzon307HO2qkLVJ80rLztJa3dUrgemmhnZH/Dw820cY=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241129092659-95f4340f13f5/go.mod h1:6r9LtF2yZ5x96pM8GEkItooYqZ0FlPgTuM5bxBqqow8=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241217090919-a19f7d7a5534 h1:cQIvmNMI4sVS2RsS7098WGycvnE3V9yqVt0ja+W2AnQ=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20241217090919-a19f7d7a5534/go.mod h1:nPH+9iAhb+yNaI7Q/EkKfDQcJ0lKiN3z+qBLv7w2YRw=
github.com/SENERGY-Platform/service-commons v0.0.0-20240813072046-91b3195dd8fc h1:FbGDfHiDukp8wD1w4YNxjwiDpSNkRUG+Ymq9jjz3Auc=
github.com/SENERGY-Platform/service-commons v0.0.0-20240813072046-91b3195dd8fc/go.mod h1:1p2CQPNtler5leXqNgaOfr7DlgZUydrQlQYA97ycm4k=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit 599bb0f

Please sign in to comment.