kubernetes/vendor/golang.org/x
Jordan Liggitt 5cfc39ef5e Update protobuf,grpc,etcd dependencies
1. Updated etcd/protobuf/grpc dependencies:

echo "
hack/pin-dependency.sh github.com/golang/protobuf latest
hack/pin-dependency.sh google.golang.org/protobuf latest
hack/pin-dependency.sh go.etcd.io/etcd/api/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/server/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/tests/v3 v3.5.0-rc.0
hack/pin-dependency.sh google.golang.org/grpc latest
" | bash

2. Linted transitive dependencies until versions are clean:

hack/lint-dependencies.sh  | grep "  hack/pin-dependency.sh" | bash

3. Linted dependencies until dropped versions are clean:

hack/lint-dependencies.sh  | grep "dropreplace" | bash

4. Updated vendor and internal modules:

hack/update-vendor.sh
hack/update-internal-modules.sh

Repeated steps 2-4 until clean
2021-06-15 10:06:09 -04:00
..
crypto Fixup golang.org/x/term staticcheck warnings 2021-03-02 01:08:21 -05:00
mod Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
net Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
oauth2 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
sync hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
sys Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
term Fixup golang.org/x/term staticcheck warnings 2021-03-02 01:08:21 -05:00
text Bump golang.org/x/text to v0.3.6 2021-05-31 18:00:12 -04:00
time hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
tools Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
xerrors hack/update-bazel.sh 2021-02-28 15:17:29 -08:00