module github.com/aws/aws-xray-daemon go 1.20 require ( github.com/aws/aws-sdk-go v1.44.62 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.7.0 golang.org/x/sys v0.5.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.7.0 // indirect )