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 c8c045e commit 66ff689
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 @@ -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
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 66ff689

Please sign in to comment.