Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Jul 9, 2024
1 parent 09ed175 commit 216aba3
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 @@ -4,11 +4,11 @@ go 1.22

require (
github.com/IBM/sarama v1.43.2
github.com/SENERGY-Platform/converter v0.0.7
github.com/SENERGY-Platform/external-task-worker v0.0.19
github.com/SENERGY-Platform/marshaller v0.0.14
github.com/SENERGY-Platform/converter v0.0.8
github.com/SENERGY-Platform/external-task-worker v0.0.20
github.com/SENERGY-Platform/marshaller v0.0.15
github.com/SENERGY-Platform/models/go v0.0.0-20240627082833-157bd627a94f
github.com/SENERGY-Platform/service-commons v0.0.0-20240423132428-8eccbc027e71
github.com/SENERGY-Platform/service-commons v0.0.0-20240708085423-94423a495d7f
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/google/uuid v1.6.0
github.com/julienschmidt/httprouter v1.3.0
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
github.com/RyanCarrier/dijkstra v1.4.0 h1:wkEVdTBLUiXjeBvDrSuagr72pOt36rUQoIfnnGxFYoQ=
github.com/RyanCarrier/dijkstra v1.4.0/go.mod h1:9egjhC7eVsfREX6NrYS+1wHzk9C/9v2Cz26/bqpjjTc=
github.com/SENERGY-Platform/converter v0.0.7 h1:GL7cv/fZJE9000NlwF+r8NntPkZfjLQDdSEBD7K/P5k=
github.com/SENERGY-Platform/converter v0.0.7/go.mod h1:bXZRXYS1ZFc6oVIzsclAy/whShjbn7/6FtXE9tu4jOE=
github.com/SENERGY-Platform/external-task-worker v0.0.19 h1:OZOKIgy28JABmp6IdUcHJr3aAm1w9c9ADPOIvvAaIiY=
github.com/SENERGY-Platform/external-task-worker v0.0.19/go.mod h1:tj3bb7cuMw+/NnnOxjhzuwONRRFJ0dH9TJZKftOLoO0=
github.com/SENERGY-Platform/marshaller v0.0.14 h1:qwmOBxOBisaYx6jDnAL3YkkyuQWRIkecALRGkQG6ZZE=
github.com/SENERGY-Platform/marshaller v0.0.14/go.mod h1:uGJpevQkeOSoFPL5EWxzT9SHy1EWW3v4GjaC+wV/j0U=
github.com/SENERGY-Platform/converter v0.0.8 h1:/ldihwW9ZEeVKl/7bJc0yN7zJTw0RJ4+/hhys+V7Mac=
github.com/SENERGY-Platform/converter v0.0.8/go.mod h1:4+Ytf2tB+zUsLHS2TA+4tJTUZJeCUh1JrLFO5xvvrKs=
github.com/SENERGY-Platform/external-task-worker v0.0.20 h1:AI1KCs2bE76ncLyvTNjzbNWH4pNnr3DoKh2XPyUQQC8=
github.com/SENERGY-Platform/external-task-worker v0.0.20/go.mod h1:58SrsVvl7pA7sUGJSXna55KGBaL11mPdE/OQVxlGCbA=
github.com/SENERGY-Platform/marshaller v0.0.15 h1:+/LbJ9rKZlzJfapF3sEpmtaaGFmWj7wZ/aACnuHrYC4=
github.com/SENERGY-Platform/marshaller v0.0.15/go.mod h1:7DCdWcjSdC6h2pMZcIvqQ/AMPf/7MmxZQ76GAXYEKX8=
github.com/SENERGY-Platform/models/go v0.0.0-20240627082833-157bd627a94f h1:nFZkMoKp6RtsbYijj071sVQ3uZqloDILMWCIDaInUSI=
github.com/SENERGY-Platform/models/go v0.0.0-20240627082833-157bd627a94f/go.mod h1:bCREPNRN4P8oxLgpC3/ZKK4jXSy4MSPXoiomhohE+aw=
github.com/SENERGY-Platform/service-commons v0.0.0-20240423132428-8eccbc027e71 h1:Z3Vj9ImRERXQE5fprE/KGkAsS/dgX0dMesM/cDSN9Tw=
github.com/SENERGY-Platform/service-commons v0.0.0-20240423132428-8eccbc027e71/go.mod h1:1p2CQPNtler5leXqNgaOfr7DlgZUydrQlQYA97ycm4k=
github.com/SENERGY-Platform/service-commons v0.0.0-20240708085423-94423a495d7f h1:5DpZzncRU3bV9pd/0NgysOLGcGWpKH1AKNLCsFYdw4c=
github.com/SENERGY-Platform/service-commons v0.0.0-20240708085423-94423a495d7f/go.mod h1:1p2CQPNtler5leXqNgaOfr7DlgZUydrQlQYA97ycm4k=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous=
Expand Down

0 comments on commit 216aba3

Please sign in to comment.