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

Commit

Permalink
use service-commons accesslog
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Mar 14, 2024
1 parent fd2d592 commit 746fcf1
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ device-command
*.iml
devicerepo_fallback.json
.run
live-data-worker
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ module github.com/SENERGY-Platform/live-data-worker
go 1.22

require (
github.com/SENERGY-Platform/device-command v1.0.14
github.com/SENERGY-Platform/external-task-worker v0.0.15
github.com/SENERGY-Platform/device-command v1.0.15
github.com/SENERGY-Platform/external-task-worker v0.0.16
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-20240205201215-2c58cdc269a3
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
)

require (
github.com/IBM/sarama v1.42.2 // indirect
github.com/IBM/sarama v1.43.0 // 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.11 // indirect
github.com/SENERGY-Platform/marshaller v0.0.12 // indirect
github.com/SENERGY-Platform/models/go v0.0.0-20230824080159-16585960df38 // indirect
github.com/SENERGY-Platform/service-commons v0.0.0-20240212071101-f06b2d8b0885 // 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.5.0 // indirect
github.com/eapache/go-resiliency v1.6.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
Expand All @@ -37,12 +37,12 @@ require (
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.6 // indirect
github.com/klauspost/compress v1.17.7 // 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.19.0 // indirect
golang.org/x/net v0.21.0 // 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
gopkg.in/go-playground/colors.v1 v1.2.0 // indirect
)
Loading

0 comments on commit 746fcf1

Please sign in to comment.