-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove glide files * update Dockerfile * github.com/edgexfoundry/edgex-go/pkg -> github.com/edgexfoundry/go-mod-core-contracts * models.DeviceObject -> models.DeviceResource Signed-off-by: Jacob Blain Christen <[email protected]>
- Loading branch information
Jacob Blain Christen
committed
Feb 22, 2019
1 parent
ad88414
commit 80cd243
Showing
10 changed files
with
87 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Ignoring the go.sum file. There are checksum issues with | ||
# different versions of Golang. Remove once all Go versions | ||
# are in sync | ||
go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ | |
vendor/ | ||
cmd/device-mqtt | ||
glide.lock | ||
go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module github.com/edgexfoundry/device-mqtt-go | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/eclipse/paho.mqtt.golang v1.1.1 | ||
github.com/edgexfoundry/device-sdk-go v0.0.0-20190220033957-9ab31b9a2564 | ||
github.com/edgexfoundry/go-mod-core-contracts v0.0.0-20190206111100-148998445693 | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gorilla/mux v1.7.0 // indirect | ||
github.com/hashicorp/consul v1.4.2 // indirect | ||
github.com/hashicorp/serf v0.8.2 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.