Open brandonkal opened 4 years ago
I found that if I rm -rf ~/go/src/github.com/brandonkal/secret-replicator
before a build, the old stuff doesn't get placed in the generated output. I'm not sure why this happens as I am developing outside my $GOPATH (which is ~/go)
This one is very puzzling.
go 1.14
require ( github.com/rancher/wrangler v0.4.0 github.com/rancher/wrangler-api v0.4.0 github.com/sirupsen/logrus v1.4.2 k8s.io/api v0.17.0 k8s.io/apimachinery v0.17.0 k8s.io/client-go v0.17.0 )