Skip to content

Commit

Permalink
vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Oct 27, 2018
1 parent f02cd7e commit 7fe907f
Show file tree
Hide file tree
Showing 717 changed files with 317,894 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ TRAVIS_BUILD_DIR=${TRAVIS_BUILD_DIR:-"."}

echo "Building linux binary: thanos-inspect with env variables:"
env | grep GO
go build -ldflags='-s -w' -v -o $TRAVIS_BUILD_DIR/thanos-inspect
go build -ldflags='-s -w' -v -o $TRAVIS_BUILD_DIR/thanos-inspect cmd/main.go

export GOOS=windows
export GOARCH=amd64

echo "Building windows binary: kubectx.exe with env variables:"
env | grep GO
go build -ldflags='-s -w' -v -o $TRAVIS_BUILD_DIR/thanos-inspect.exe
go build -ldflags='-s -w' -v -o $TRAVIS_BUILD_DIR/thanos-inspect.exe cmd/main.go

echo "Downloading upx"
cd $TRAVIS_BUILD_DIR
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ require (
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 // indirect
golang.org/x/text v0.3.0 // indirect
golang.org/x/text v0.3.0
gopkg.in/ini.v1 v1.39.0 // indirect
)
20 changes: 20 additions & 0 deletions vendor/github.com/beorn7/perks/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fe907f

Please sign in to comment.