Skip to content

Commit

Permalink
Merge pull request #3 from bosch-io/bump-ditto-lib-ver
Browse files Browse the repository at this point in the history
Bump eclipse/ditto-clients-golang library version to latest
  • Loading branch information
konstantina-gramatova authored Feb 25, 2022
2 parents 62356cd + cc914c6 commit 66267f9
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 302 deletions.
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ cenkalti/backoff (3.0.0)
* Project: https://github.com/cenkalti/backoff
* Source: https://github.com/cenkalti/backoff/releases/tag/v3.0.0

eclipse/ditto-clients-golang (v0.0.0-20211126080925-0676267c80ac)
eclipse/ditto-clients-golang (0.0.0-20220225085802-cf3b306280d3)

* License: Eclipse Public License v2.0
* Project: https://github.com/eclipse/ditto-clients-golang
* Source: https://github.com/eclipse/ditto-clients-golang/tree/0676267c80ac5f68495127b66a95535075bd4bd6
* Source: https://github.com/eclipse/ditto-clients-golang/tree/cf3b306280d3453473ae8dd65e78f978e2c838ea

eclipse/paho.mqtt.golang (1.3.5)

Expand Down
70 changes: 35 additions & 35 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
module github.com/eclipse-kanto/suite-connector

go 1.17

require (
github.com/Jeffail/gabs/v2 v2.6.0
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/cenkalti/backoff/v3 v3.0.0
github.com/eclipse/ditto-clients-golang v0.0.0-20211126080925-0676267c80ac
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/fsnotify/fsnotify v1.5.1
github.com/google/go-tpm v0.3.2
github.com/hashicorp/go-multierror v1.0.0
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
go.uber.org/goleak v1.1.10
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.4 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
module github.com/eclipse-kanto/suite-connector

go 1.17

require (
github.com/Jeffail/gabs/v2 v2.6.0
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/cenkalti/backoff/v3 v3.0.0
github.com/eclipse/ditto-clients-golang v0.0.0-20220225085802-cf3b306280d3
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/fsnotify/fsnotify v1.5.1
github.com/google/go-tpm v0.3.2
github.com/hashicorp/go-multierror v1.0.0
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
go.uber.org/goleak v1.1.10
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.4 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
Loading

0 comments on commit 66267f9

Please sign in to comment.