Get rid of godep - no deps yet
This commit is contained in:
parent
5f4837491f
commit
4c112490af
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"ImportPath": "k8s.io/git-sync",
|
|
||||||
"GoVersion": "go1.5",
|
|
||||||
"Packages": [
|
|
||||||
"./..."
|
|
||||||
],
|
|
||||||
"Deps": []
|
|
||||||
}
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/pkg
|
|
||||||
/bin
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -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 $@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue