Skip to content

Commit cd526e3

Browse files
build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#490)
Bumps [github.com/edgexfoundry/device-sdk-go/v4](https://github.com/edgexfoundry/device-sdk-go) from 4.1.0-dev.31 to 4.1.0-dev.32. - [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@v4.1.0-dev.31...v4.1.0-dev.32) --- updated-dependencies: - dependency-name: github.com/edgexfoundry/device-sdk-go/v4 dependency-version: 4.1.0-dev.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4f17fa commit cd526e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/edgexfoundry/device-rest-go
33
go 1.23.7
44

55
require (
6-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.31
6+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.32
77
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.12
88
github.com/labstack/echo/v4 v4.13.4
99
github.com/spf13/cast v1.9.2
@@ -17,7 +17,7 @@ require (
1717
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1818
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1919
github.com/eclipse/paho.mqtt.golang v1.5.0 // indirect
20-
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.30 // indirect
20+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.31 // indirect
2121
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.12 // indirect
2222
github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.13 // indirect
2323
github.com/edgexfoundry/go-mod-registry/v4 v4.1.0-dev.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
7272
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7373
github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjOsyvMGvD6o=
7474
github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk=
75-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.31 h1:cmx6e6g4jQ/I0tLy2R6opTaBzjmnQdbH9nXlLFdBYSU=
76-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.31/go.mod h1:MzGccSAlqXUQQAbSYtteIUM8KrUwTnwvnvR/6FBH+j8=
77-
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.30 h1:3Onz1+oxAlRlMchjfL0bO+XTP63lMqmlpjobQNP8Bn0=
78-
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.30/go.mod h1:sQKOtdQlVuRzo06mDgNbJeyT/9QV94LlaY5wO1MsycU=
75+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.32 h1:TRDzGBD3CcCxt8nIYIkJVw7wiXgPZnmWyPhUvNmGo4w=
76+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.32/go.mod h1:6P5Doe4Pq6gUKb+DqnXP0Mik3VqYQKKkellCpClRu6E=
77+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.31 h1:YTGd985lXEySEt76d/yXD8BaQAFOZFlBS7VfBJVLUIY=
78+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.31/go.mod h1:sQKOtdQlVuRzo06mDgNbJeyT/9QV94LlaY5wO1MsycU=
7979
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.12 h1:sW0dy9juPYPOwgwZAq1riDhJ96ivZBV9bdn+qWeeWO0=
8080
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.12/go.mod h1:8av7ex+XGeQHXQe/qyCdZ6g9AYWAYGRkkeFK0TKbiOQ=
8181
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.12 h1:y5DmnfDWSzkil3n/mOM3geNlObQw59U75901R4s0a94=

0 commit comments

Comments
 (0)