Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/eclipse-kanto/suite-connector to the latest version #55

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 38 additions & 14 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
* Source: https://github.com/ThreeDotsLabs/watermill/releases/tag/v1.3.2

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

eclipse/ditto-clients-golang (0.0.0-20220225085802-cf3b306280d3)

Expand All @@ -76,35 +76,35 @@ fsnotify/fsnotify (1.5.1)
* Project: https://github.com/fsnotify/fsnotify
* Source: https://github.com/fsnotify/fsnotify/releases/tag/v1.5.1

google/uuid (1.1.1)
google/uuid (1.3.1)

* License: BSD 3-Clause "New" or "Revised" License
* Project: https://github.com/google/uuid
* Source: https://github.com/google/uuid/releases/tag/v1.1.1
* Source: https://github.com/google/uuid/releases/tag/v1.3.1

gorilla/websocket (1.4.2)

* License: BSD 2-Clause "Simplified" License
* 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 @@ -136,11 +136,35 @@ 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

tidwall/sjson (1.2.5)

* License: MIT License
* Project: https://github.com/tidwall/sjson
* Source: https://github.com/tidwall/sjson/releases/tag/v1.2.5

tidwall/gjson (1.14.2)

* License: MIT License
* Project: https://github.com/tidwall/gjson
* Source: https://github.com/tidwall/gjson/releases/tag/v1.14.2

tidwall/match (1.1.1)

* License: MIT License
* Project: https://github.com/tidwall/match
* Source: https://github.com/tidwall/match/releases/tag/v1.1.1

tidwall/pretty (1.2.0)

* License: MIT License
* Project: https://github.com/tidwall/pretty
* Source: https://github.com/tidwall/pretty/releases/tag/v1.2.0

golang.org/x/net (0.17.0)

Expand Down
24 changes: 14 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/eclipse-kanto/azure-connector
go 1.17

require (
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/eclipse-kanto/suite-connector v0.1.0-M2
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/golang/mock v1.6.0
github.com/imdario/mergo v0.3.12
Expand All @@ -15,25 +15,29 @@ require (

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
k-gostev marked this conversation as resolved.
Show resolved Hide resolved
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/uuid v1.1.1 // 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
github.com/tidwall/gjson v1.14.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.1.1 // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading