Skip to content

Commit ad32896

Browse files
committed
Run 'go mod tidy'
[sc-13826]
1 parent 6b19bae commit ad32896

File tree

2 files changed

+12
-38
lines changed

2 files changed

+12
-38
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ require (
1313
github.com/sirupsen/logrus v1.5.0
1414
github.com/spf13/cobra v0.0.5
1515
github.com/spf13/pflag v1.0.5
16+
github.com/spf13/viper v1.3.2
1617
github.com/xdg/stringprep v1.0.0
1718
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.13.0
1819
go.opentelemetry.io/otel v0.13.0
1920
go.opentelemetry.io/otel/exporters/stdout v0.13.0
2021
go.opentelemetry.io/otel/exporters/trace/jaeger v0.13.0
2122
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
2223
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
24+
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
2325
gopkg.in/yaml.v2 v2.4.0
2426
k8s.io/api v0.21.0
2527
k8s.io/apimachinery v0.21.0

0 commit comments

Comments
 (0)