Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
refactor: final go.mod update
Browse files Browse the repository at this point in the history
Signed-off-by: lenny <leonard.goodell@intel.com>
  • Loading branch information
lenny committed May 18, 2021
1 parent b906c1a commit 69a990b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module github.com/edgexfoundry/device-random

require (
github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.62
github.com/edgexfoundry/device-sdk-go/v2 v2.0.0-dev.63
github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.90
github.com/hashicorp/go-sockaddr v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
)

replace github.com/edgexfoundry/device-sdk-go/v2 => ../../device-sdk-go

go 1.16

0 comments on commit 69a990b

Please sign in to comment.