Skip to content

Commit

Permalink
Bump github.com/eclipse-kanto/suite-connector to the latest version (#14
Browse files Browse the repository at this point in the history
)

[#13] Bump github.com/eclipse-kanto/aws-connector to the latest version
---------

Signed-off-by: Kristiyan Gostev <[email protected]>
  • Loading branch information
k-gostev authored Feb 8, 2024
1 parent ed3eb87 commit 68bf850
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 225 deletions.
22 changes: 11 additions & 11 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ Jeffail/gabs (2.6.0)
* Project: https://github.com/Jeffail/gabs
* Source: https://github.com/Jeffail/gabs/releases/tag/v2.6.0

ThreeDotsLabs/watermill (1.1.1)
ThreeDotsLabs/watermill (1.3.2)

* License: MIT License
* Project: https://github.com/ThreeDotsLabs/watermill
* Source: https://github.com/ThreeDotsLabs/watermill/releases/tag/v1.1.1

cenkalti/backoff (3.0.0)
cenkalti/backoff (3.2.2)

* License: MIT License
* Project: https://github.com/cenkalti/backoff
* Source: https://github.com/cenkalti/backoff/releases/tag/v3.0.0
* Source: https://github.com/cenkalti/backoff/releases/tag/v3.2.2

tidwall/sjson (1.2.5)

Expand Down Expand Up @@ -112,23 +112,23 @@ gorilla/websocket (1.4.2)
* Project: https://github.com/gorilla/websocket
* Source: https://github.com/gorilla/websocket/releases/tag/v1.4.2

hashicorp/go-multierror (1.0.0)
hashicorp/go-multierror (1.1.1)

* License: Mozilla Public License 2.0
* Project: https://github.com/hashicorp/go-multierror
* Source: https://github.com/hashicorp/go-multierror/releases/tag/v1.0.0
* Source: https://github.com/hashicorp/go-multierror/releases/tag/v1.1.1

hashicorp/errwrap (1.0.0)
hashicorp/errwrap (1.1.0)

* License: Mozilla Public License 2.0
* Project: https://github.com/hashicorp/errwrap
* Source: https://github.com/hashicorp/errwrap/releases/tag/v1.0.0
* Source: https://github.com/hashicorp/errwrap/releases/tag/v1.1.0

lithammer/shortuuid (3.0.4)
lithammer/shortuuid (3.0.7)

* License: MIT License
* Project: https://github.com/lithammer/shortuuid
* Source: https://github.com/lithammer/shortuuid/releases/tag/v3.0.4
* Source: https://github.com/lithammer/shortuuid/releases/tag/v3.0.7

oklog/ulid (1.3.1)

Expand Down Expand Up @@ -160,11 +160,11 @@ imdario/mergo (0.3.12)
* Project: https://github.com/imdario/mergo
* Source: https://github.com/imdario/mergo/releases/tag/0.3.12

google/go-tpm (0.3.2)
google/go-tpm (0.9.0)

* License: Apache License 2.0
* Project: https://github.com/google/go-tpm
* Source: https://github.com/google/go-tpm/releases/tag/v0.3.2
* Source: https://github.com/google/go-tpm/releases/tag/v0.9.0

golang.org/x/net (0.17.0)

Expand Down
2 changes: 1 addition & 1 deletion cmd/aws-connector/app/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func startRouter(
bus.MessageBus(router, awsPub, mosquittoSub, settings, deviceHandlers)
bus.MessageBus(router, cloudPub, awsSub, settings, cloudHandlers)
bus.CommandsReqBus(router, cloudPub, awsSub, reqCache, settings.DeviceID)
routing.CommandsResBus(router, awsPub, mosquittoSub, reqCache, settings.DeviceID)
routing.CommandsResBus(router, awsPub, mosquittoSub, reqCache, "", settings.DeviceID, false)

go func() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ module github.com/eclipse-kanto/aws-connector
go 1.17

require (
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/eclipse-kanto/suite-connector v0.1.0-M3
github.com/ThreeDotsLabs/watermill v1.3.2
github.com/eclipse-kanto/suite-connector v0.1.0-M3.0.20240129092345-aa6991f27391
github.com/eclipse/ditto-clients-golang v0.0.0-20220225085802-cf3b306280d3
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.4
)

require (
github.com/Jeffail/gabs/v2 v2.6.0 // indirect
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/google/go-tpm v0.3.2 // indirect
github.com/google/go-tpm v0.9.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.4 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tevino/abool/v2 v2.0.1 // indirect
Expand Down
Loading

0 comments on commit 68bf850

Please sign in to comment.