From 66ff689d541a34b9811ad49dd3774be96aa2d9ef Mon Sep 17 00:00:00 2001 From: Ingo Date: Mon, 20 Jan 2025 12:17:22 +0100 Subject: [PATCH] update dependencies --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 518bb02..034ff41 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,11 @@ toolchain go1.23.3 require ( github.com/SENERGY-Platform/developer-notifications v0.0.4 github.com/SENERGY-Platform/device-repository v0.1.52 - github.com/SENERGY-Platform/event-deployment v0.0.18 - github.com/SENERGY-Platform/event-worker v1.0.19 + github.com/SENERGY-Platform/event-deployment v0.0.21 + github.com/SENERGY-Platform/event-worker v1.0.20 github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4 github.com/SENERGY-Platform/permissions-v2 v0.0.27 - github.com/SENERGY-Platform/process-deployment v0.0.12 + github.com/SENERGY-Platform/process-deployment v0.0.13 github.com/SENERGY-Platform/service-commons v0.0.0-20240813072046-91b3195dd8fc github.com/eclipse/paho.mqtt.golang v1.4.3 github.com/golang-jwt/jwt v3.2.2+incompatible diff --git a/go.sum b/go.sum index ec4d57a..f6c2f6e 100644 --- a/go.sum +++ b/go.sum @@ -14,16 +14,16 @@ github.com/SENERGY-Platform/developer-notifications v0.0.4 h1:SmblhfWavNhE1mDxzr github.com/SENERGY-Platform/developer-notifications v0.0.4/go.mod h1:8yJrYnAYMtPEPy89ULw8ivgG8orVhSnaLgyfDt0bdgg= github.com/SENERGY-Platform/device-repository v0.1.52 h1:JedGhrK3dm0x693jHAPgsn85iO9esjxJz9zgdyt/nis= github.com/SENERGY-Platform/device-repository v0.1.52/go.mod h1:36pibGmG2igxgydf+deII/wiP1gWxF2/bgijDzwRriY= -github.com/SENERGY-Platform/event-deployment v0.0.18 h1:P+0qqWnqBb7rzl7T6gesPARa3d2uD8l3VW1Qzk+kcyo= -github.com/SENERGY-Platform/event-deployment v0.0.18/go.mod h1:dV4kCxQfPTGCrP3FXbovQE27MySMxMzCyMIC3Xmak8Q= -github.com/SENERGY-Platform/event-worker v1.0.19 h1:mXFEjzJfSjWdDjEWUv2qNLpsW/15dyL3GvZH7CqhB/g= -github.com/SENERGY-Platform/event-worker v1.0.19/go.mod h1:vSiP9Ug7AU9O6LYBSTSDG8r8Lhd5VZ6WlBrGRIvjf30= +github.com/SENERGY-Platform/event-deployment v0.0.21 h1:k4RJBagwbuFS6TQl2+VXcYXPr3HQiKrpDp82DESu090= +github.com/SENERGY-Platform/event-deployment v0.0.21/go.mod h1:qfmeg5V3t1zGJwnFgK2tM6UpZWv/4rg7auEr7dGLRZ4= +github.com/SENERGY-Platform/event-worker v1.0.20 h1:U079tlUiDBjFFXJfXz5mAosAgYf7TcnDQoTRHcAkOe4= +github.com/SENERGY-Platform/event-worker v1.0.20/go.mod h1:zmntQ+02XCv02SRFoWFBWXNYFkmMvq1WJ9HWIAKdYPE= 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/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/process-deployment v0.0.12 h1:jsNTHuNjuWlimtv6A6KOBoO0FnEgXkx0pao853Hu7ik= -github.com/SENERGY-Platform/process-deployment v0.0.12/go.mod h1:0V9KCf6ewlkIB5i6mxl0CqZFZcL6Wd3IFVpWGt6b7pE= +github.com/SENERGY-Platform/process-deployment v0.0.13 h1:wAwIYbEYa7MUPkzcZhnsKeArBr+M26aI+FGzfkrkcLk= +github.com/SENERGY-Platform/process-deployment v0.0.13/go.mod h1:0V9KCf6ewlkIB5i6mxl0CqZFZcL6Wd3IFVpWGt6b7pE= 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/beevik/etree v1.4.0 h1:oz1UedHRepuY3p4N5OjE0nK1WLCqtzHf25bxplKOHLs=