diff --git a/Makefile b/Makefile index f974a32..e5437f3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINARY=k8guard-discover -VERSION=`git fetch;git describe --tags` +VERSION=`git fetch;git describe --tags > /dev/null 2>&1` BUILD=`date +%FT%T%z` LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}" diff --git a/glide.lock b/glide.lock index ae4b7da..2b3f66c 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: d9a09f489f22deb5faa0ff643c53f73d25d5b71264fa2ce78b76c3590b4a3542 -updated: 2017-05-18T16:23:51.442019789-05:00 +hash: 0c62fd9e75dd3638fd370fffd54562cf29799e252333fab023be907fc9edbb91 +updated: 2017-05-22T11:01:01.205637863-05:00 imports: - name: cloud.google.com/go version: 3b1ae45394a234c385be014e9a488f2bb6eef821 @@ -111,7 +111,7 @@ imports: - name: github.com/pborman/uuid version: ca53cad383cad2479bbba7f7a1a05797ec1386e4 - name: github.com/pierrec/lz4 - version: 88df27974e3644957507a1ca1866edc8e98d4897 + version: 5a3d2245f97fc249850e7802e3c01fad02a1c316 - name: github.com/pierrec/xxHash version: 5a004441f897722c627870a981d02b29924215fa subpackages: @@ -139,7 +139,7 @@ imports: - internal/bitbucket.org/ww/goautoneg - model - name: github.com/prometheus/procfs - version: d098ca18df8bc825079013daf7bacefbb1ee877e + version: 65c1f6f8f0fc1e2185eb9863a3bc751496404259 subpackages: - xfs - name: github.com/PuerkitoBio/purell diff --git a/glide.yaml b/glide.yaml index d12a0c5..42d1c79 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,13 +1,5 @@ package: github.com/k8guard/k8guard-discover import: -- package: k8s.io/client-go - version: =v2.0.0-alpha.1 - subpackages: - - kubernetes - - pkg/api - - rest - - tools/clientcmd - - package: github.com/pressly/chi version: b206b0359be0c971fbfab2aa15307482f9c300f4 repo: https://github.com/pressly/chi.git