Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #602 from vmware-tanzu/fix/removedebug
Browse files Browse the repository at this point in the history
Update go.mod which removes debug statements
  • Loading branch information
davidvonthenen authored May 25, 2021
2 parents cb369ed + 5f2b0b8 commit f63751b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 541 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit f63751b

Please sign in to comment.