Get rid of godep - no deps yet

This commit is contained in:
Tim Hockin 2016-08-20 20:37:57 -07:00
parent 5f4837491f
commit 4c112490af
4 changed files with 1 additions and 16 deletions

8
Godeps/Godeps.json generated
View File

@ -1,8 +0,0 @@
{
"ImportPath": "k8s.io/git-sync",
"GoVersion": "go1.5",
"Packages": [
"./..."
],
"Deps": []
}

5
Godeps/Readme generated
View File

@ -1,5 +0,0 @@
This directory tree is generated automatically by godep.
Please do not edit.
See https://github.com/tools/godep for more information.

2
Godeps/_workspace/.gitignore generated vendored
View File

@ -1,2 +0,0 @@
/pkg
/bin

View File

@ -60,7 +60,7 @@ bin/$(BIN)-$(ARCH): $(SRCS)
$(KUBE_CROSS_IMAGE):$(KUBE_CROSS_VERSION) \ $(KUBE_CROSS_IMAGE):$(KUBE_CROSS_VERSION) \
/bin/bash -c " \ /bin/bash -c " \
cd /go/src/$(GO_PKG) && \ cd /go/src/$(GO_PKG) && \
CGO_ENABLED=0 godep go build \ CGO_ENABLED=0 go build \
-installsuffix cgo \ -installsuffix cgo \
-ldflags '-w' \ -ldflags '-w' \
-o $@" -o $@"