forked from newrelic/newrelic-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 918 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
25
26
module github.com/newrelic/newrelic-client-go/v2
go 1.19
require (
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/google/go-querystring v1.1.0
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/imdario/mergo v0.3.13
github.com/mitchellh/mapstructure v1.4.3
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/valyala/fastjson v1.6.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)