MatthiasScholz / cos

Basic Cluster Orchestration Setup
GNU Lesser General Public License v3.0
34 stars 11 forks source link

Refactor: migration to 'go modules' #80

Closed MatthiasScholz closed 4 years ago

MatthiasScholz commented 4 years ago

With terratest v0.20.0 dependency management was migrated to go mod which is not the recommended way to track and handle golang module dependencies. This change removes dep.

Solves #75.

MatthiasScholz commented 4 years ago

Migration checked with execution of: