Skip to content

Commit

Permalink
[DataStorage] Updating go.mod to avoid Crash (#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunchit Sharma <sun.sharma@samsung.com>

- Hanoi release of EdgeX Foundry had a problem with locks, due to which HomeEdge was crashing
- Post Communication, a fork had been provided with fix
- This would be removed post EdgeX Foundry Ireland release
  • Loading branch information
sun-sharma committed Mar 28, 2021
1 parent ab0e69d commit 4a19f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module github.com/lf-edge/edge-home-orchestration-go

go 1.15

// Temporary measure to avoid crash in Hanoi release of EdgeX, Will be removed post Ireland release.
replace github.com/edgexfoundry/device-sdk-go v1.4.0 => github.com/hahattan/device-sdk-go v1.4.1

require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
Expand Down

0 comments on commit 4a19f28

Please sign in to comment.