Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consume dependent V2 modules (edgex-go) #3052

Closed
lenny-goodell opened this issue Jan 20, 2021 · 0 comments
Closed

Consume dependent V2 modules (edgex-go) #3052

lenny-goodell opened this issue Jan 20, 2021 · 0 comments
Assignees
Labels
3-high priority denoting release-blocking issues core-services security-services support-services tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds
Milestone

Comments

@lenny-goodell
Copy link
Member

🚀 Feature Request

Relevant Package

This feature request is for all services

Description

edgex-go services are currently consuming the V0 Go Module versions got the edgex go-mods

  • github.com/edgexfoundry/go-mod-bootstrap
  • github.com/edgexfoundry/go-mod-configuration
  • github.com/edgexfoundry/go-mod-core-contracts
  • github.com/edgexfoundry/go-mod-registry
  • github.com/edgexfoundry/go-mod-secrets

Describe the solution you'd like

Update edgex-go services to consume the V2 Go Module versions for the edgex go-mods

go.mod updated to latest V2 version and include /v2

  • github.com/edgexfoundry/go-mod-bootstrap/v2
  • github.com/edgexfoundry/go-mod-configuration/v2
  • github.com/edgexfoundry/go-mod-core-contracts/v2
  • github.com/edgexfoundry/go-mod-registry/v2
  • github.com/edgexfoundry/go-mod-secrets/v2

github.com/edgexfoundry/go-mod-messaging/v2 just need latest version.

all imports for the modules have to be updated to have the /v2 in the path/

Describe alternatives you've considered

Have you considered any alternative solutions or workarounds?
@lenny-goodell lenny-goodell added enhancement New feature or request tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds 3-high priority denoting release-blocking issues core-services security-services support-services and removed enhancement New feature or request labels Jan 20, 2021
@lenny-goodell lenny-goodell added this to the Ireland milestone Jan 20, 2021
@lenny-goodell lenny-goodell self-assigned this Jan 20, 2021
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3-high priority denoting release-blocking issues core-services security-services support-services tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds
Projects
None yet
Development

No branches or pull requests

1 participant