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 Jun 28, 2024
1 parent b476a3f commit 1227495
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 92 deletions.
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/SENERGY-Platform/live-data-worker
go 1.22

require (
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/SENERGY-Platform/device-command v1.0.18
github.com/SENERGY-Platform/external-task-worker v0.0.19
github.com/SENERGY-Platform/service-commons v0.0.0-20240423132428-8eccbc027e71
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-20240314144324-c7f7c6466f7f
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
)

require (
github.com/IBM/sarama v1.43.0 // indirect
github.com/IBM/sarama v1.43.2 // indirect
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.13 // indirect
github.com/SENERGY-Platform/models/go v0.0.0-20230824080159-16585960df38 // indirect
github.com/RyanCarrier/dijkstra v1.4.0 // indirect
github.com/SENERGY-Platform/converter v0.0.7 // indirect
github.com/SENERGY-Platform/marshaller v0.0.14 // indirect
github.com/SENERGY-Platform/models/go v0.0.0-20240627082833-157bd627a94f // 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 All @@ -29,20 +29,20 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/go-playground/colors.v1 v1.2.0 // indirect
)
Loading

0 comments on commit 1227495

Please sign in to comment.