forked from edgexfoundry/app-functions-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Back port service template from hanoi branch
Top level `test` target builds and tests the new template close #674 Signed-off-by: lenny <[email protected]>
- Loading branch information
lenny
committed
Feb 17, 2021
1 parent
46ccba1
commit 324c3d5
Showing
11 changed files
with
89 additions
and
86 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
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ docker-compose* | |
*/bin | ||
*/obj | ||
README.md | ||
.vscode | ||
.vscode |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ go.sum | |
coverage.out | ||
logs/ | ||
.idea | ||
VERSION | ||
VERSION |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
// TODO: Update the Attrbuition.txt file when adding/removing dependencies | ||
|
||
module new-app-service | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/edgexfoundry/app-functions-sdk-go v1.3.1 | ||
github.com/edgexfoundry/go-mod-core-contracts v0.1.112 | ||
github.com/google/uuid v1.1.2 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.14 | ||
github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 | ||
github.com/google/uuid v1.2.0 | ||
github.com/stretchr/testify v1.7.0 | ||
) | ||
|
||
replace github.com/edgexfoundry/app-functions-sdk-go/v2 => ../../app-functions-sdk-go |
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