We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b19bae commit ad32896Copy full SHA for ad32896
go.mod
@@ -13,13 +13,15 @@ require (
13
github.com/sirupsen/logrus v1.5.0
14
github.com/spf13/cobra v0.0.5
15
github.com/spf13/pflag v1.0.5
16
+ github.com/spf13/viper v1.3.2
17
github.com/xdg/stringprep v1.0.0
18
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.13.0
19
go.opentelemetry.io/otel v0.13.0
20
go.opentelemetry.io/otel/exporters/stdout v0.13.0
21
go.opentelemetry.io/otel/exporters/trace/jaeger v0.13.0
22
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
23
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
24
+ golang.org/x/tools v0.0.0-20210106214847-113979e3529a
25
gopkg.in/yaml.v2 v2.4.0
26
k8s.io/api v0.21.0
27
k8s.io/apimachinery v0.21.0
0 commit comments