Skip to content

Commit

Permalink
chore: remove vendored dependencies (GoogleCloudPlatform#28)
Browse files Browse the repository at this point in the history
* chore: remove vendored dependencies

* chore: remove replace

* chore(ci): fix lint workflow

* chore: update alloydbconn version
  • Loading branch information
kurtisvg authored May 17, 2022
1 parent 61b88cd commit 782d1ed
Show file tree
Hide file tree
Showing 1,290 changed files with 4 additions and 473,089 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Checkout code
uses: actions/checkout@v3
run: goimports -d $(find . -type f -name *.go -not -path ./vendor/*)
- run: goimports -w .
- run: go mod tidy
- name: Verify no changes from goimports and go mod tidy. If you're reading this and the check has failed, run `goimports -w . && go mod tidy`.
run: git diff --exit-code
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/alloydb-auth-proxy
go 1.16

require (
cloud.google.com/go/alloydbconn v0.0.0-00010101000000-000000000000
cloud.google.com/go/alloydbconn v0.1.0
github.com/google/go-cmp v0.5.7
github.com/lib/pq v1.10.5 // indirect
github.com/spf13/cobra v1.2.1
Expand All @@ -12,5 +12,3 @@ require (
google.golang.org/api v0.74.0 // indirect
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
)

replace cloud.google.com/go/alloydbconn => ../alloydb-go-connector
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Ud
cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA=
cloud.google.com/go v0.100.2 h1:t9Iw5QH5v4XtlEQaCtUY7x6sCABps8sW0acw7e2WQ6Y=
cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A=
cloud.google.com/go/alloydbconn v0.1.0 h1:PvN1Ce8W9IyPxVUGXuT0y8M+WJZ67ozabwUkUfwRiPY=
cloud.google.com/go/alloydbconn v0.1.0/go.mod h1:BF91QR74tdE050DZKUlMIoeJYJfbZKPsTjYHlKoPcpY=
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=
Expand Down
4 changes: 0 additions & 4 deletions vendor/cloud.google.com/go/alloydbconn/.envrc.example

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/cloud.google.com/go/alloydbconn/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/cloud.google.com/go/alloydbconn/CHANGELOG.md

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/cloud.google.com/go/alloydbconn/CONTRIBUTING.md

This file was deleted.

202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/alloydbconn/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/cloud.google.com/go/alloydbconn/README.md

This file was deleted.

Loading

0 comments on commit 782d1ed

Please sign in to comment.