This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes attempt to add compatibility with shared Splunk OTel Collector dependencies for usage in that library.
k8s.io/*
libs from 0.17.0 to 0.19.4hashicorp/consul
1.4.0 tohashicorp/consul/api
1.7.0hashicorp/vault
fromv1.1.1-0.20190321125746-66ef59957aaf
to 1.6.0signalfx/ingest-protocols
v0.0.16In order to comply with these updates a few signature changes needed to be adopted and some conflicting dependencies required some workarounds:
soheilhy/cmux
version that adopts go modules to remove a breaking test dependency.google.golang.org/grpc v1.29.1
since etcd's test dependencies cap at this version before a breaking package removal occurred. When we want to move past this version, upstream or a forked version of etcd will need updates to no longer rely ongrpc/naming
.status: Investigating potential CI fallout.status: I believe I've made all the necessary changes, but will investigate the apparent perf test issues.
-- edit: I missed adding the
thirdparty
directory to thefakek8s
test service so these should be ok.