Skip to content

Commit 5b9c264

Browse files
authored
chore: vendor dependencies (GoogleCloudPlatform#4)
1 parent 896ba1c commit 5b9c264

File tree

1,287 files changed

+473026
-10
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,287 files changed

+473026
-10
lines changed

.github/workflows/tests.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ jobs:
3131
go-version: "1.18"
3232
- name: Checkout code
3333
uses: actions/checkout@v3
34-
# TODO remove this step and the following when the repo is public
35-
- name: Checkout AlloyDB connector
36-
uses: actions/checkout@v3
37-
with:
38-
repository: "googlecloudplatform/alloydb-go-connector"
39-
path: "alloydb-go-connector"
40-
token: ${{ secrets.GH_PAT }}
41-
- name: Point to local connector
42-
run: |
43-
go mod edit -replace=cloud.google.com/go/alloydbconn=./alloydb-go-connector
4434
- name: Run tests
4535
run: |
4636
go test -v -race -cover -short ./...

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

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+202
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)