@@ -10,21 +10,21 @@ require (
10
10
github.com/aws/aws-xray-sdk-go v1.8.0
11
11
github.com/cenkalti/backoff/v4 v4.2.0
12
12
github.com/sony/gobreaker v0.5.0
13
- github.com/stretchr/testify v1.8.2
14
- gopkg.in/DataDog/dd-trace-go.v1 v1.51.0
13
+ github.com/stretchr/testify v1.8.4
14
+ gopkg.in/DataDog/dd-trace-go.v1 v1.54.1
15
15
)
16
16
17
- require go.uber.org/atomic v1.10 .0 // indirect
17
+ require go.uber.org/atomic v1.11 .0 // indirect
18
18
19
19
require (
20
20
github.com/DataDog/appsec-internal-go v1.0.0 // indirect
21
21
github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
22
- github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.45 .0-rc.1 // indirect
23
- github.com/DataDog/go-libddwaf v1.2.0 // indirect
24
- github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
22
+ github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48 .0-devel.0.20230725154044-2549ba9058df // indirect
23
+ github.com/DataDog/go-libddwaf v1.4.2 // indirect
24
+ github.com/DataDog/go-tuf v1.0.1-0.5.2 // indirect
25
25
github.com/DataDog/sketches-go v1.4.1 // indirect
26
26
github.com/Microsoft/go-winio v0.5.2 // indirect
27
- github.com/andybalholm/brotli v1.0.4 // indirect
27
+ github.com/andybalholm/brotli v1.0.5 // indirect
28
28
github.com/aws/aws-sdk-go v1.44.168 // indirect
29
29
github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect
30
30
github.com/aws/aws-sdk-go-v2/credentials v1.13.20 // indirect
@@ -39,29 +39,30 @@ require (
39
39
github.com/aws/smithy-go v1.13.5 // indirect
40
40
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
41
github.com/davecgh/go-spew v1.1.1 // indirect
42
- github.com/dustin/go-humanize v1.0.0 // indirect
43
- github.com/golang/protobuf v1.5.2 // indirect
42
+ github.com/dustin/go-humanize v1.0.1 // indirect
43
+ github.com/ebitengine/purego v0.5.0-alpha // indirect
44
+ github.com/golang/protobuf v1.5.3 // indirect
44
45
github.com/google/uuid v1.3.0 // indirect
45
46
github.com/jmespath/go-jmespath v0.4.0 // indirect
46
- github.com/klauspost/compress v1.15.13 // indirect
47
+ github.com/klauspost/compress v1.16.3 // indirect
47
48
github.com/outcaste-io/ristretto v0.2.1 // indirect
48
- github.com/philhofer/fwd v1.1.1 // indirect
49
+ github.com/philhofer/fwd v1.1.2 // indirect
49
50
github.com/pkg/errors v0.9.1 // indirect
50
51
github.com/pmezard/go-difflib v1.0.0 // indirect
51
- github.com/secure-systems-lab/go-securesystemslib v0.5 .0 // indirect
52
- github.com/tinylib/msgp v1.1.6 // indirect
52
+ github.com/secure-systems-lab/go-securesystemslib v0.7 .0 // indirect
53
+ github.com/tinylib/msgp v1.1.8 // indirect
53
54
github.com/valyala/bytebufferpool v1.0.0 // indirect
54
- github.com/valyala/fasthttp v1.35 .0 // indirect
55
+ github.com/valyala/fasthttp v1.45 .0 // indirect
55
56
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
56
57
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
57
- golang.org/x/net v0.8 .0 // indirect
58
- golang.org/x/sys v0.6 .0 // indirect
59
- golang.org/x/text v0.8 .0 // indirect
58
+ golang.org/x/net v0.10 .0 // indirect
59
+ golang.org/x/sys v0.10 .0 // indirect
60
+ golang.org/x/text v0.11 .0 // indirect
60
61
golang.org/x/time v0.3.0 // indirect
61
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
62
- google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
63
- google.golang.org/grpc v1.45 .0 // indirect
64
- google.golang.org/protobuf v1.28 .0 // indirect
62
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
63
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
64
+ google.golang.org/grpc v1.54 .0 // indirect
65
+ google.golang.org/protobuf v1.30 .0 // indirect
65
66
gopkg.in/yaml.v3 v3.0.1 // indirect
66
67
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
67
68
)
0 commit comments