-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 921 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/DataDog/agent-payload/v5
go 1.24.0
require (
github.com/DataDog/mmh3 v0.0.0-20200805151601-30884ca2197a
github.com/DataDog/zstd v1.4.8
github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f
github.com/chrusty/protoc-gen-jsonschema v0.0.0-20240212064413-73d5723042b8
github.com/gogo/protobuf v1.3.2
github.com/klauspost/compress v1.18.0
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.79.0
google.golang.org/protobuf v1.36.10
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
retract v5.0.59 // Was accidentally deployed in place of v5.0.49