Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Jan 20, 2025
1 parent fc62075 commit 0034f4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/SENERGY-Platform/device-repository v0.1.52
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.26
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.27
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-20250106140339-d65972e07eef // indirect
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20250113112424-b764ba2e1a12 // 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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ github.com/SENERGY-Platform/device-repository v0.1.52 h1:JedGhrK3dm0x693jHAPgsn8
github.com/SENERGY-Platform/device-repository v0.1.52/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.26 h1:GQHU6K8tnJo7o1vStZrN4T8Fey0JvmwQfIIGRh8SCJc=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.26/go.mod h1:bHJcTxxXIaNmuEqZdqNq0KPuJ5rBjDBF7Rck9ERwKaY=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.27 h1://Whg6Mg/9YFZ2wpZelRbKKjh/o+CljR4e6vATpqA1I=
github.com/SENERGY-Platform/mqtt-platform-connector v0.0.27/go.mod h1:LzhZVVPi3DQhBEp/tEDqSolLQTwxvcOh/3zYdtjEkzM=
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-20250106140339-d65972e07eef h1:bLBNfix4/IFMTkXTM5YgSpfl1MNS1DRjP3Pg0hCZpM0=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20250106140339-d65972e07eef/go.mod h1:jh9Rli1jm99Ll3G9Hb2tfo41pXune5QVavmrw5Le9eU=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20250113112424-b764ba2e1a12 h1:gfpiCANJWrxW7HJ/o8plVpzXnigfyQY9iO3kezglQaQ=
github.com/SENERGY-Platform/platform-connector-lib v0.0.0-20250113112424-b764ba2e1a12/go.mod h1:jh9Rli1jm99Ll3G9Hb2tfo41pXune5QVavmrw5Le9eU=
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 0034f4f

Please sign in to comment.