forked from aws/aws-xray-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 688 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
module github.com/aws/aws-xray-daemon
go 1.21
require (
github.com/aws/aws-sdk-go v1.44.298
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/shirou/gopsutil v2.19.10+incompatible
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.23.0
golang.org/x/sys v0.18.0
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/text v0.14.0 // indirect
)