Skip to content

Commit 199b7bd

Browse files
committed
Add go-spew to unwanted dependencies we track
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent e2bf630 commit 199b7bd

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

hack/unwanted-dependencies.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"github.com/armon/consul-api": "MPL license not in CNCF allowlist",
1313
"github.com/bketelsen/crypt": "unused, crypto",
1414
"github.com/containerd/cgroups": "standardize on single cgroups library from runc, refer #128157",
15+
"github.com/davecgh/go-spew": "refer to #103942",
1516
"github.com/form3tech-oss/jwt-go": "unmaintained, archive mode",
1617
"github.com/getsentry/raven-go": "unmaintained, archive mode",
1718
"github.com/go-bindata/go-bindata": "refer to #99829",
@@ -92,6 +93,42 @@
9293
"cloud.google.com/go/firestore": [
9394
"google.golang.org/genproto"
9495
],
96+
"github.com/davecgh/go-spew": [
97+
"github.com/cyphar/filepath-securejoin",
98+
"github.com/go-logr/zapr",
99+
"github.com/go-openapi/jsonpointer",
100+
"github.com/go-openapi/swag",
101+
"github.com/go-task/slim-sprig/v3",
102+
"github.com/google/cadvisor",
103+
"github.com/json-iterator/go",
104+
"github.com/prometheus/client_golang",
105+
"github.com/prometheus/common",
106+
"github.com/sirupsen/logrus",
107+
"github.com/stretchr/objx",
108+
"github.com/stretchr/testify",
109+
"go.etcd.io/bbolt",
110+
"go.etcd.io/etcd/client/pkg/v3",
111+
"go.etcd.io/etcd/pkg/v3",
112+
"go.etcd.io/etcd/server/v3",
113+
"go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
114+
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
115+
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
116+
"go.opentelemetry.io/otel",
117+
"go.opentelemetry.io/otel/exporters/otlp/otlptrace",
118+
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
119+
"go.opentelemetry.io/otel/metric",
120+
"go.opentelemetry.io/otel/sdk",
121+
"go.opentelemetry.io/otel/trace",
122+
"go.uber.org/goleak",
123+
"go.uber.org/multierr",
124+
"go.uber.org/zap",
125+
"k8s.io/apimachinery",
126+
"k8s.io/kube-openapi",
127+
"k8s.io/utils",
128+
"sigs.k8s.io/kustomize/api",
129+
"sigs.k8s.io/kustomize/kustomize/v5",
130+
"sigs.k8s.io/kustomize/kyaml"
131+
],
95132
"github.com/go-kit/kit": [
96133
"github.com/grpc-ecosystem/go-grpc-middleware"
97134
],
@@ -206,6 +243,7 @@
206243
]
207244
},
208245
"unwantedVendored": [
246+
"github.com/davecgh/go-spew",
209247
"github.com/gogo/protobuf",
210248
"github.com/golang/groupcache",
211249
"github.com/google/gofuzz",

0 commit comments

Comments
 (0)