Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 327 Bytes

gomod-gen

Generate / Update go.mod.json

./kubernetes/v1.18.3/update.sh

Generate / Update go.mod file for any Go module

cd $module_root
gomod-gen --desired-gomod=https://github.com/appscodelabs/gomod-gen/raw/master/kubernetes/v1.18.3/go.mod
go mod tidy
go mod vendor # if vendor wanted