Update go.mod which removes debug statements
Showing
+2 -2
... | ... | @@ -29,10 +29,10 @@ replace ( |
// toggle this between local for development (just set these dev paths based on GOPATH) | ||
// github.com/vmware-tanzu-private/core => ../../vmware-tanzu-private/core | ||
github.com/vmware-tanzu-private/core => github.com/vmware-tanzu-private/core v1.3.1-0.20210524181536-6510d9ff7974 | ||
github.com/vmware-tanzu-private/core => github.com/vmware-tanzu-private/core v1.3.1-0.20210524231710-aaa4fe81d0e3 | ||
// github.com/vmware-tanzu-private/tanzu-cli-tkg-plugins => ../../vmware-tanzu-private/tanzu-cli-tkg-plugins | ||
// github.com/vmware-tanzu-private/tkg-cli => ../../vmware-tanzu-private/tkg-cli | ||
github.com/vmware-tanzu-private/tkg-cli => github.com/vmware-tanzu-private/tkg-cli v1.3.1-0.20210524180518-dcf826920b49 | ||
github.com/vmware-tanzu-private/tkg-cli => github.com/vmware-tanzu-private/tkg-cli v1.3.1-0.20210524231343-b0dd61093e8d | ||
// github.com/vmware-tanzu-private/tkg-providers => ../../vmware-tanzu-private/tkg-providers | ||
github.com/vmware-tanzu-private/tkg-providers => github.com/vmware-tanzu-private/tkg-providers v1.3.1-0.20210422215837-027482ef8765 | ||
... | ... |
Please register or sign in to comment