github.com/newrelic/newrelic-client-go@v1.1.0/go.mod (about) 1 module github.com/newrelic/newrelic-client-go 2 3 go 1.18 4 5 require ( 6 github.com/elazarl/goproxy v0.0.0-20220417044921-416226498f94 7 github.com/google/go-querystring v1.1.0 8 github.com/hashicorp/go-retryablehttp v0.7.0 9 github.com/imdario/mergo v0.3.12 10 github.com/mitchellh/mapstructure v1.4.3 11 github.com/sirupsen/logrus v1.8.1 12 github.com/stretchr/testify v1.7.1 13 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 14 ) 15 16 require ( 17 github.com/davecgh/go-spew v1.1.1 // indirect 18 github.com/hashicorp/go-cleanhttp v0.5.1 // indirect 19 github.com/kr/text v0.2.0 // indirect 20 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect 21 github.com/pmezard/go-difflib v1.0.0 // indirect 22 github.com/valyala/fastjson v1.6.3 // indirect 23 golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect 24 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect 25 gopkg.in/yaml.v2 v2.4.0 // indirect 26 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect 27 )