Skip to content

Commit c373b56

Browse files
build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#468)
Bumps [github.com/edgexfoundry/device-sdk-go/v4](https://github.com/edgexfoundry/device-sdk-go) from 4.1.0-dev.9 to 4.1.0-dev.10. - [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.9...v4.1.0-dev.10) --- updated-dependencies: - dependency-name: github.com/edgexfoundry/device-sdk-go/v4 dependency-version: 4.1.0-dev.10 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 c28f8a5 commit c373b56

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.4
44

55
require (
6-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.9
6+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.10
77
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6
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.11 // indirect
20+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.12 // indirect
2121
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.7 // indirect
2222
github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.9 // indirect
2323
github.com/edgexfoundry/go-mod-registry/v4 v4.1.0-dev.3 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
7070
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7171
github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjOsyvMGvD6o=
7272
github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk=
73-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.9 h1:c3q/MmhHCgombXMg0qEWOc5UmU6Tu4NrT5nV2D3vNFU=
74-
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.9/go.mod h1:fjKwHUwJI8DMOvRQVPs7S2eNrbdwVuce48vXvqLwqQk=
75-
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.11 h1:p/9euu1NCT9h8wiCN8bpdhZaLpwgYOpDsZlaRsPT/A8=
76-
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.11/go.mod h1:gQfKc/5WsKHqu9urwN1TYHyfZpCtuoeyMp4B9sZipqQ=
73+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.10 h1:t+41w0+Aoj9PGDxjks3Bd1zQP9ukq3Iz5Tz9/KXfiJg=
74+
github.com/edgexfoundry/device-sdk-go/v4 v4.1.0-dev.10/go.mod h1:xS/MIQWKOGQmr0mtPSlcu7kLQ9pgRKKT3ac5CWHmdHc=
75+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.12 h1:kfA/xaSRBtoX+YWhhxl8ZBApb1RqJ9oLRPLkigAHDj4=
76+
github.com/edgexfoundry/go-mod-bootstrap/v4 v4.1.0-dev.12/go.mod h1:gQfKc/5WsKHqu9urwN1TYHyfZpCtuoeyMp4B9sZipqQ=
7777
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.7 h1:W6SvSCH6HJA1Lchr7aucsKvyqdBdooovR45uAVqKYVk=
7878
github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.7/go.mod h1:Eip/5mWOEAKUi0RDCLcEAYE0Gcl4JQddgUo/u4bYZxA=
7979
github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 h1:sk+8Nn2OTybVgHHw/0ImTNueDwZfdUQFmrC9GEd/IIc=

0 commit comments

Comments
 (0)