forked from newrelic/terraform-provider-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (16 loc) · 846 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/terraform-providers/terraform-provider-newrelic
require (
github.com/dollarshaveclub/new-relic-synthetics-go v0.0.0-20170605224734-4dc3dd6ae884
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.3
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/newrelic/go-agent v2.5.0+incompatible
github.com/paultyng/go-newrelic/v4 v4.4.0
github.com/pkg/errors v0.8.1 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.2+incompatible // indirect
google.golang.org/genproto v0.0.0-20190219182410-082222b4a5c5 // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190204112747-618f46f3f0c8 // indirect
)