Skip to content
Snippets Groups Projects

dev: install dlv and goreman outside of module

Created by: keegancsmith

This prevents us needing to include the dependencies in our go.mod. Additionally right now dlv has some conflicts in its dependencies with what we use, leading to build errors. We can install the same version of dlv by just using "go get" more like how we did it before go modules.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading