|
1 | 1 | module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/mdatagen
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/go-playground/locales v0.14.0
|
7 | 7 | github.com/go-playground/universal-translator v0.18.0
|
8 | 8 | github.com/go-playground/validator/v10 v10.11.1
|
9 |
| - github.com/stretchr/testify v1.8.0 |
10 |
| - go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002 |
| 9 | + github.com/stretchr/testify v1.11.1 |
| 10 | + go.opentelemetry.io/collector/confmap/provider/fileprovider v1.42.0 |
11 | 11 | go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
|
12 | 12 | )
|
13 | 13 |
|
14 | 14 | require (
|
15 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect
|
16 |
| - github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 16 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
| 17 | + github.com/gobwas/glob v0.2.3 // indirect |
17 | 18 | github.com/gogo/protobuf v1.3.2 // indirect
|
18 |
| - github.com/golang/protobuf v1.5.2 // indirect |
| 19 | + github.com/hashicorp/go-version v1.7.0 // indirect |
19 | 20 | github.com/json-iterator/go v1.1.12 // indirect
|
20 | 21 | github.com/knadh/koanf v1.4.3 // indirect
|
| 22 | + github.com/knadh/koanf/v2 v2.3.0 // indirect |
21 | 23 | github.com/leodido/go-urn v1.2.1 // indirect
|
22 | 24 | github.com/mitchellh/copystructure v1.2.0 // indirect
|
23 |
| - github.com/mitchellh/mapstructure v1.5.0 // indirect |
24 | 25 | github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
25 | 26 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
26 | 27 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
27 |
| - github.com/pelletier/go-toml v1.9.4 // indirect |
28 | 28 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
29 |
| - go.uber.org/atomic v1.10.0 // indirect |
30 |
| - go.uber.org/multierr v1.8.0 // indirect |
31 |
| - golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect |
32 |
| - golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect |
33 |
| - golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect |
34 |
| - golang.org/x/text v0.3.7 // indirect |
| 29 | + github.com/rogpeppe/go-internal v1.13.1 // indirect |
| 30 | + go.opentelemetry.io/collector/confmap v1.42.0 // indirect |
| 31 | + go.opentelemetry.io/collector/featuregate v1.42.0 // indirect |
| 32 | + go.uber.org/multierr v1.11.0 // indirect |
| 33 | + go.uber.org/zap v1.27.0 // indirect |
| 34 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 35 | + golang.org/x/crypto v0.39.0 // indirect |
| 36 | + golang.org/x/net v0.41.0 // indirect |
| 37 | + golang.org/x/sys v0.33.0 // indirect |
| 38 | + golang.org/x/text v0.26.0 // indirect |
35 | 39 | google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
36 |
| - google.golang.org/grpc v1.49.0 // indirect |
37 |
| - google.golang.org/protobuf v1.28.1 // indirect |
| 40 | + google.golang.org/grpc v1.75.1 // indirect |
| 41 | + google.golang.org/protobuf v1.36.9 // indirect |
38 | 42 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
39 | 43 | )
|
0 commit comments