mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 04:56:11 +00:00
Undo dep hacks to work around gRPC example module.
This is essentially reverting 87c7e89b13.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
module google.golang.org/grpc/examples
|
||||
|
||||
go 1.14
|
||||
@@ -46,7 +46,7 @@ function with_modules() {
|
||||
env_vars="KUBE_CACHE_MUTATION_DETECTOR=${kube_cache_mutation_detector} KUBE_PANIC_WATCH_DECODE_ERROR=${kube_panic_watch_decode_error}"
|
||||
|
||||
pushd "${ROOT}" >/dev/null
|
||||
for mod_file in $(find . -maxdepth 4 -not -path "./generated/*" -not -path "./hack/*" -name go.mod | sort); do
|
||||
for mod_file in $(find . -maxdepth 4 -not -path "./generated/*" -name go.mod | sort); do
|
||||
mod_dir="$(dirname "${mod_file}")"
|
||||
(
|
||||
echo "=> "
|
||||
|
||||
Reference in New Issue
Block a user