Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Mar 14, 2024
1 parent 746fcf1 commit c7667ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/SENERGY-Platform/live-data-worker
go 1.22

require (
github.com/SENERGY-Platform/device-command v1.0.15
github.com/SENERGY-Platform/external-task-worker v0.0.16
github.com/SENERGY-Platform/device-command v1.0.16
github.com/SENERGY-Platform/external-task-worker v0.0.17
github.com/SENERGY-Platform/service-commons v0.0.0-20240314112519-5bde66831b0d
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/hashicorp/go-uuid v1.0.3
github.com/julienschmidt/httprouter v1.3.0
Expand All @@ -18,9 +19,8 @@ require (
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/RyanCarrier/dijkstra v1.3.0 // indirect
github.com/SENERGY-Platform/converter v0.0.5 // indirect
github.com/SENERGY-Platform/marshaller v0.0.12 // indirect
github.com/SENERGY-Platform/marshaller v0.0.13 // indirect
github.com/SENERGY-Platform/models/go v0.0.0-20230824080159-16585960df38 // indirect
github.com/SENERGY-Platform/service-commons v0.0.0-20240313123621-ce10fbe36496 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.6.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ github.com/RyanCarrier/dijkstra v1.3.0 h1:lqrLMwKy8PtyDpWqZpcbzr9KkqnLJrDdQ9u3iN
github.com/RyanCarrier/dijkstra v1.3.0/go.mod h1:9egjhC7eVsfREX6NrYS+1wHzk9C/9v2Cz26/bqpjjTc=
github.com/SENERGY-Platform/converter v0.0.5 h1:zVV7ll3Waxca1dorpZeI+cg1pN6RENv9HiJMPxiTkEw=
github.com/SENERGY-Platform/converter v0.0.5/go.mod h1:4H0MapJ9wF73iF7PT2go1qgO6ANp6V+zgk7WvWjwT/Q=
github.com/SENERGY-Platform/device-command v1.0.15 h1:GA3hM/TchRf07OcBWyWHXEf/x/sveqnMfwT2v2crzjI=
github.com/SENERGY-Platform/device-command v1.0.15/go.mod h1:WFmPNpbddAv1JZVaqEOXbqFM5kB3EuxcB6OPKmVC8CI=
github.com/SENERGY-Platform/external-task-worker v0.0.16 h1:eGVS8SfQK6la+9rQXJTBqRTvjHhezfUSHG/0+vw++Sg=
github.com/SENERGY-Platform/external-task-worker v0.0.16/go.mod h1:a5adtyFers8rEFobaZkiBRj55yRODr6zeuWoyi+RdtA=
github.com/SENERGY-Platform/marshaller v0.0.12 h1:Exad0Az9KJcq+7UmUtZLSftVgK8EQgoXpDUKLR2h1H8=
github.com/SENERGY-Platform/marshaller v0.0.12/go.mod h1:EtqP311TQ2m4hNaunXeML2Kw8+KOcAbqHPdx+h8rTRg=
github.com/SENERGY-Platform/device-command v1.0.16 h1:ocDjr8BNU13WWnxJzC85PiOInQuYXZEty2sJ39MEqcY=
github.com/SENERGY-Platform/device-command v1.0.16/go.mod h1:f/pDOlYZWyZx5PN7Jxr5EP4PNSzyi5OyKBk9zE+Qt0s=
github.com/SENERGY-Platform/external-task-worker v0.0.17 h1:vOOcHs09JKvldZx94z2qsHJzdtxMogFX638YICsDQNI=
github.com/SENERGY-Platform/external-task-worker v0.0.17/go.mod h1:tG7ERqovS73UTKO+yAYkLl2YUVUs9mdJj1enX/sxaww=
github.com/SENERGY-Platform/marshaller v0.0.13 h1:2/BBqdLgNPZ1Rg8iL2y4ujLmPFQsgJxfo9PpZ2M5Nfw=
github.com/SENERGY-Platform/marshaller v0.0.13/go.mod h1:Uf8S9Bldos5zhaRiGdmXp7vb5caNPNsbDG9n1nNTmrM=
github.com/SENERGY-Platform/models/go v0.0.0-20230824080159-16585960df38 h1:PDvFwIJBnFyKt1KeepkABNIS57+WhVj4vBw7X5JGZJw=
github.com/SENERGY-Platform/models/go v0.0.0-20230824080159-16585960df38/go.mod h1:bCREPNRN4P8oxLgpC3/ZKK4jXSy4MSPXoiomhohE+aw=
github.com/SENERGY-Platform/service-commons v0.0.0-20240313123621-ce10fbe36496 h1:H7aHKQX8kWzJkEOKIo/0L+n+ab904CxNgskoERdX0fU=
github.com/SENERGY-Platform/service-commons v0.0.0-20240313123621-ce10fbe36496/go.mod h1:1p2CQPNtler5leXqNgaOfr7DlgZUydrQlQYA97ycm4k=
github.com/SENERGY-Platform/service-commons v0.0.0-20240314112519-5bde66831b0d h1:nyiUEVqQc4njAz98rdRFOBivN7Ar9tiI7A/ej0POEx0=
github.com/SENERGY-Platform/service-commons v0.0.0-20240314112519-5bde66831b0d/go.mod h1:1p2CQPNtler5leXqNgaOfr7DlgZUydrQlQYA97ycm4k=
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous=
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874/go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
Expand Down

0 comments on commit c7667ad

Please sign in to comment.