forked from elastic/apm-agent-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 588 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module go.elastic.co/apm/v2
require (
github.com/armon/go-radix v1.0.0
github.com/elastic/go-licenser v0.4.0
github.com/elastic/go-sysinfo v1.7.1
github.com/elastic/go-windows v1.0.1 // indirect
github.com/google/go-cmp v0.5.4
github.com/jcchavezs/porto v0.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.7.3 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/stretchr/testify v1.6.1
go.elastic.co/fastjson v1.1.0
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
golang.org/x/tools v0.1.9
howett.net/plist v1.0.0 // indirect
)
go 1.15