client/v3: Create and update go.mod

This commit is contained in:
Piotr Tabor
2020-10-20 10:09:12 +02:00
parent 8a7f15511c
commit cf795c0ae6
16 changed files with 467 additions and 30 deletions

View File

@@ -20,6 +20,9 @@ function bom_fixlet {
log_success "bom refreshed"
else
log_error "FAIL: bom refreshing failed"
mv go.mod.tmp go.mod
mv go.sum.tmp go.sum
return 2
fi
mv go.mod.tmp go.mod
mv go.sum.tmp go.sum