We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077c3be commit 081c912Copy full SHA for 081c912
pkg/ottl/go.mod
@@ -27,6 +27,7 @@ require (
27
go.uber.org/goleak v1.3.0
28
go.uber.org/zap v1.27.1
29
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
30
+ golang.org/x/text v0.31.0
31
)
32
33
require (
@@ -52,7 +53,6 @@ require (
52
53
go.uber.org/multierr v1.11.0 // indirect
54
golang.org/x/net v0.47.0 // indirect
55
golang.org/x/sys v0.39.0 // indirect
- golang.org/x/text v0.31.0 // indirect
56
gopkg.in/yaml.v2 v2.4.0 // indirect
57
gopkg.in/yaml.v3 v3.0.1 // indirect
58
0 commit comments