From 0034f4fb25d93abbb43c7acfadaf9820ca4cf352 Mon Sep 17 00:00:00 2001 From: Ingo Date: Mon, 20 Jan 2025 12:13:40 +0100 Subject: [PATCH] update dependencies --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index c32c0ca..47ac421 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index c322dbd..e4c8bec 100644 --- a/go.sum +++ b/go.sum @@ -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=