Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Dec 18, 2024
1 parent fe186fb commit ace9888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
toolchain go1.23.0

require (
github.com/SENERGY-Platform/device-repository v0.1.44
github.com/SENERGY-Platform/device-repository v0.1.51
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/SENERGY-Platform/developer-notifications v0.0.4 h1:SmblhfWavNhE1mDxzrkhmWl2AoPPqKD+7YcZCQ7a5Tg=
github.com/SENERGY-Platform/developer-notifications v0.0.4/go.mod h1:8yJrYnAYMtPEPy89ULw8ivgG8orVhSnaLgyfDt0bdgg=
github.com/SENERGY-Platform/device-repository v0.1.44 h1:cdPStHj4d4fD2IIB5nqUN3WMwD40v6Pjb9juzU8iXIk=
github.com/SENERGY-Platform/device-repository v0.1.44/go.mod h1:8yelMbJThqMs+BBIAwBEUOAcU9YoPREaDRNWYSrfMRA=
github.com/SENERGY-Platform/device-repository v0.1.51 h1:vy+4gvK/mhgbmTl8gXKwPcQFMHMwycywCMhhr6TbAx0=
github.com/SENERGY-Platform/device-repository v0.1.51/go.mod h1:36pibGmG2igxgydf+deII/wiP1gWxF2/bgijDzwRriY=
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4 h1:zS65f1cmjAoBQUA432nmJl2TXAwqqqJMz7sp2DHLAGc=
github.com/SENERGY-Platform/models/go v0.0.0-20241007061544-de7132ae94e4/go.mod h1:bCREPNRN4P8oxLgpC3/ZKK4jXSy4MSPXoiomhohE+aw=
github.com/SENERGY-Platform/permissions-v2 v0.0.27 h1:4Sf5zNW0KMrSSJrv90MmyKD5RMnS8CT26yE7W9Za/x0=
Expand Down
2 changes: 1 addition & 1 deletion pkg/devicemetadata/devicemeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (this *DeviceMetaData) EnsureDeviceType(token string) (result DeviceTypeInf

func (this *DeviceMetaData) ListCanaryDeviceTypes(token string) (result []DeviceTypeInfo, err error) {
start := time.Now()
deviceTypes, err, _ := this.devicerepo.ListDeviceTypesV3(token, model.DeviceTypeListOptions{
deviceTypes, _, err, _ := this.devicerepo.ListDeviceTypesV3(token, model.DeviceTypeListOptions{
Limit: 1,
Offset: 0,
SortBy: "name",
Expand Down

0 comments on commit ace9888

Please sign in to comment.