Skip to content

Commit 41428d4

Browse files
clean up the vendors (#3)
1 parent 27309bb commit 41428d4

File tree

501 files changed

+50
-315709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+50
-315709
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
.releases
33
cloudsql-proxy-inject*
44

5-
.idea
5+
.idea
6+
7+
vendor

Gopkg.lock

Lines changed: 43 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BINARY=cloudsql-proxy-inject
22

3-
.PHONY: build-linux build-darwin
3+
.PHONY: build-linux build-darwin install
44

55
${BINARY}:
66
@CGO_ENABLED=0 go build -o ${BINARY} -a -ldflags '-s' -installsuffix cgo main.go
@@ -10,3 +10,6 @@ build-linux:
1010

1111
build-darwin:
1212
@CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o ${BINARY}-darwin-amd64 -a -ldflags '-s' -installsuffix cgo main.go
13+
14+
install:
15+
dep ensure -v

vendor/github.com/alecthomas/template/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/github.com/alecthomas/template/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)