Skip to content

Commit 782d1ed

Browse files
authored
chore: remove vendored dependencies (GoogleCloudPlatform#28)
* chore: remove vendored dependencies * chore: remove replace * chore(ci): fix lint workflow * chore: update alloydbconn version
1 parent 61b88cd commit 782d1ed

File tree

1,290 files changed

+4
-473089
lines changed

Some content is hidden

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

1,290 files changed

+4
-473089
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go install golang.org/x/tools/cmd/goimports@latest
2929
- name: Checkout code
3030
uses: actions/checkout@v3
31-
run: goimports -d $(find . -type f -name *.go -not -path ./vendor/*)
31+
- run: goimports -w .
3232
- run: go mod tidy
3333
- 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`.
3434
run: git diff --exit-code

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/alloydb-auth-proxy
33
go 1.16
44

55
require (
6-
cloud.google.com/go/alloydbconn v0.0.0-00010101000000-000000000000
6+
cloud.google.com/go/alloydbconn v0.1.0
77
github.com/google/go-cmp v0.5.7
88
github.com/lib/pq v1.10.5 // indirect
99
github.com/spf13/cobra v1.2.1
@@ -12,5 +12,3 @@ require (
1212
google.golang.org/api v0.74.0 // indirect
1313
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
1414
)
15-
16-
replace cloud.google.com/go/alloydbconn => ../alloydb-go-connector

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Ud
2828
cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA=
2929
cloud.google.com/go v0.100.2 h1:t9Iw5QH5v4XtlEQaCtUY7x6sCABps8sW0acw7e2WQ6Y=
3030
cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A=
31+
cloud.google.com/go/alloydbconn v0.1.0 h1:PvN1Ce8W9IyPxVUGXuT0y8M+WJZ67ozabwUkUfwRiPY=
32+
cloud.google.com/go/alloydbconn v0.1.0/go.mod h1:BF91QR74tdE050DZKUlMIoeJYJfbZKPsTjYHlKoPcpY=
3133
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
3234
cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
3335
cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=

vendor/cloud.google.com/go/alloydbconn/.envrc.example

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

vendor/cloud.google.com/go/alloydbconn/.gitignore

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

vendor/cloud.google.com/go/alloydbconn/CHANGELOG.md

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

vendor/cloud.google.com/go/alloydbconn/CONTRIBUTING.md

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

vendor/cloud.google.com/go/alloydbconn/LICENSE

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

vendor/cloud.google.com/go/alloydbconn/README.md

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

0 commit comments

Comments
 (0)