@@ -3,27 +3,28 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/co
3
3
go 1.18
4
4
5
5
require (
6
- github.com/stretchr/testify v1.8 .0
7
- go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
6
+ github.com/stretchr/testify v1.9 .0
7
+ go.opentelemetry.io/collector/pdata v1.14.1
8
8
go.uber.org/zap v1.23.0
9
9
)
10
10
11
11
require (
12
12
github.com/davecgh/go-spew v1.1.1 // indirect
13
13
github.com/gogo/protobuf v1.3.2 // indirect
14
- github.com/golang/protobuf v1.5.2 // indirect
14
+ github.com/golang/protobuf v1.5.4 // indirect
15
15
github.com/json-iterator/go v1.1.12 // indirect
16
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
16
+ github.com/kr/text v0.2.0 // indirect
17
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
17
18
github.com/modern-go/reflect2 v1.0.2 // indirect
18
19
github.com/pkg/errors v0.9.1 // indirect
19
20
github.com/pmezard/go-difflib v1.0.0 // indirect
20
21
go.uber.org/atomic v1.10.0 // indirect
21
- go.uber.org/multierr v1.8 .0 // indirect
22
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
23
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
24
- golang.org/x/text v0.3.3 // indirect
22
+ go.uber.org/multierr v1.11 .0 // indirect
23
+ golang.org/x/net v0.25.0 // indirect
24
+ golang.org/x/sys v0.20.0 // indirect
25
+ golang.org/x/text v0.15.0 // indirect
25
26
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
26
- google.golang.org/grpc v1.49 .0 // indirect
27
- google.golang.org/protobuf v1.28.1 // indirect
27
+ google.golang.org/grpc v1.65 .0 // indirect
28
+ google.golang.org/protobuf v1.34.2 // indirect
28
29
gopkg.in/yaml.v3 v3.0.1 // indirect
29
30
)
0 commit comments