Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

Migrate from dep to go mod #627

Closed div-co closed 2 years ago

div-co commented 3 years ago

Migrating from dep to go mod.

Step 3: Describe the problem (steps):

Dep is deprecated and archived in favor of Go modules. Therefore, a migration to go mod is mandatory to keep service-manager compliant.

Expected Results:

Relevant Code Snippet:

  dep ensure -v
  dep ensure --vendor-only -v