Skip to content

Commit d856f2f

Browse files
authored
Stop using modvendor, its no longer needed for pg_query_go (#697)
Thanks to pganalyze/pg_query_go#131 Note this commit removes many ".proto" files in other modules, but its assumed these are not needed.
1 parent a427f78 commit d856f2f

File tree

77 files changed

+0
-5134
lines changed

Some content is hidden

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

77 files changed

+0
-5134
lines changed

Diff for: CONTRIBUTING.md

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ a C compiler is not available, causing the collector build to fail.
1414

1515
The dependencies are stored in the `vendor` folder, so no installation is needed.
1616

17-
#### Setup for updating dependencies
18-
19-
```sh
20-
go install github.com/goware/modvendor@latest
21-
```
22-
23-
Then, make sure Go package executables are on your `$PATH`. For Homebrew on macOS that is `~/go/bin`. If it's working, `which modvendor` should return the path that modvendor is installed at.
24-
25-
```sh
26-
make vendor
27-
```
28-
2917
### Updating dependencies
3018

3119
```sh

Diff for: Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ build_dist_alpine:
4949

5050
vendor:
5151
GO111MODULE=on go mod tidy
52-
# See CONTRIBUTING.md if modvendor can't be found
5352
GO111MODULE=on go mod vendor
54-
modvendor -copy="**/*.c **/*.h **/*.proto" -v
5553

5654
test: build
5755
go test -race -coverprofile=coverage.out ./...

Diff for: vendor/cloud.google.com/go/auth/grpctransport/testdata/echo.proto

-31
This file was deleted.

Diff for: vendor/cloud.google.com/go/pubsub/internal/benchwrapper/proto/pubsub.proto

-32
This file was deleted.

Diff for: vendor/cloud.google.com/go/pubsub/testdata/schema/us-states.proto

-23
This file was deleted.

Diff for: vendor/github.com/google/s2a-go/example/proto/echo.proto

-36
This file was deleted.

Diff for: vendor/github.com/google/s2a-go/internal/proto/common/common.proto

-58
This file was deleted.

Diff for: vendor/github.com/google/s2a-go/internal/proto/examples/helloworld.proto

-44
This file was deleted.

0 commit comments

Comments
 (0)