forked from elastic/apm-agent-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 763 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module go.elastic.co/apm/v2
require (
github.com/armon/go-radix v1.0.0
github.com/elastic/go-sysinfo v1.7.1
github.com/google/go-cmp v0.5.4
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
go.elastic.co/fastjson v1.1.0
golang.org/x/sys v0.8.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
go 1.19