Skip to content

Commit

Permalink
build(deps): bump github.com/edgexfoundry/device-sdk-go/v3
Browse files Browse the repository at this point in the history
Bumps [github.com/edgexfoundry/device-sdk-go/v3](https://github.com/edgexfoundry/device-sdk-go) from 3.2.0-dev.8 to 3.2.0-dev.9.
- [Release notes](https://github.com/edgexfoundry/device-sdk-go/releases)
- [Changelog](https://github.com/edgexfoundry/device-sdk-go/blob/main/CHANGELOG.md)
- [Commits](edgexfoundry/device-sdk-go@v3.2.0-dev.8...v3.2.0-dev.9)

---
updated-dependencies:
- dependency-name: github.com/edgexfoundry/device-sdk-go/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent a709633 commit 3f21e23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/edgexfoundry/device-rfid-llrp-go
go 1.21

require (
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.8
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.9
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.7
github.com/stretchr/testify v1.8.4
)
Expand All @@ -15,7 +15,7 @@ require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.16 // indirect
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.17 // indirect
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.2 // indirect
github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.10 // indirect
github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/eclipse/paho.mqtt.golang v1.4.3 h1:2kwcUGn8seMUfWndX0hGbvH8r7crgcJguQNCyp70xik=
github.com/eclipse/paho.mqtt.golang v1.4.3/go.mod h1:CSYvoAlsMkhYOXh/oKyxa8EcBci6dVkLCbo5tTC1RIE=
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.8 h1:QCZgdXXn3QfNF6RklazW0dt5VYls9WhjzFIlQgbiZMA=
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.8/go.mod h1:uxB1p7b2HVVyjS8EpmL+EkdK/UUnAfsckoyaZrxg26o=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.16 h1:baqHnDs1gEHJ1ZPtUh2bqEJL2HqacvbT7fsc90PAoFk=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.16/go.mod h1:mMj6bf9ZnrjtjRQ3oHd+6QtQGgIGabG4OgKw0wx4YyE=
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.9 h1:6LuEKFH5n2Pa2nfQ6GKlKKHvWM6aYI9q+3iXBBGLAnw=
github.com/edgexfoundry/device-sdk-go/v3 v3.2.0-dev.9/go.mod h1:Rab23/pcyJLTwgCEE/ldsFF6/dSxpDJq1dw//LmoJ2s=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.17 h1:v4I5B+MAssMf7Fv5A3bYbsXtywUiXdrDZ+/G84l7MZA=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.17/go.mod h1:mMj6bf9ZnrjtjRQ3oHd+6QtQGgIGabG4OgKw0wx4YyE=
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.2 h1:71C39GPP7nbxa5GTOqoc1eAXbogoie1DCYCLBQo71t0=
github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.2/go.mod h1:+RykcMAHe6rluqJSKOAy+EwtzaeSc/qbxRYdtY2vA0g=
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.7 h1:xYXFblNd98hU56tCu41wo1HwAiSEQR9GWppBBlsvhyc=
Expand Down

0 comments on commit 3f21e23

Please sign in to comment.