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 15, 2024
1 parent c7667ad commit b476a3f
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 @@ -3,15 +3,15 @@ module github.com/SENERGY-Platform/live-data-worker
go 1.22

require (
github.com/SENERGY-Platform/device-command v1.0.16
github.com/SENERGY-Platform/device-command v1.0.17
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
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/segmentio/kafka-go v0.4.47
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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.16 h1:ocDjr8BNU13WWnxJzC85PiOInQuYXZEty2sJ39MEqcY=
github.com/SENERGY-Platform/device-command v1.0.16/go.mod h1:f/pDOlYZWyZx5PN7Jxr5EP4PNSzyi5OyKBk9zE+Qt0s=
github.com/SENERGY-Platform/device-command v1.0.17 h1:VJ0F0SFLbmYXzCXZVDhj68Es6hJGVJ4GA+38k5xV6KQ=
github.com/SENERGY-Platform/device-command v1.0.17/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=
Expand Down Expand Up @@ -183,8 +183,8 @@ golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 h1:LfspQV/FYTatPTr/3HzIcmiUFH7PGP+OQ6mgDYo3yuQ=
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f h1:3CW0unweImhOzd5FmYuRsD4Y4oQFKZIjAnKbjV4WIrw=
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
Expand Down

0 comments on commit b476a3f

Please sign in to comment.