Skip to content

Commit

Permalink
Bump to hashicorp/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Mar 26, 2019
1 parent fef5bc0 commit dfb9f7b
Show file tree
Hide file tree
Showing 95 changed files with 2,890 additions and 1,483 deletions.
15 changes: 1 addition & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,37 +1,24 @@
module github.com/terraform-providers/terraform-provider-newrelic

require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 // indirect
github.com/aws/aws-sdk-go v1.18.0 // indirect
github.com/dollarshaveclub/new-relic-synthetics-go v0.0.0-20170605224734-4dc3dd6ae884
github.com/hashicorp/go-getter v1.2.0 // indirect
github.com/hashicorp/go-hclog v0.8.0 // indirect
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190305205439-fdf8e232b64f // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.0-alpha4.0.20190214185235-e1df4110c30e
github.com/hashicorp/terraform v0.12.0-alpha4.0.20190319164645-50b47156c443
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/newrelic/go-agent v2.5.0+incompatible
github.com/paultyng/go-newrelic/v4 v4.1.0
github.com/pkg/errors v0.8.1 // indirect
github.com/posener/complete v1.2.1 // indirect
github.com/spf13/afero v1.2.1 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.2+incompatible // indirect
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
golang.org/x/net v0.0.0-20190225153610-fe579d43d832 // indirect
golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190219182410-082222b4a5c5 // indirect
google.golang.org/grpc v1.18.0 // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190204112747-618f46f3f0c8 // indirect
gopkg.in/resty.v1 v1.11.0 // indirect
)
157 changes: 74 additions & 83 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/github.com/golang/protobuf/proto/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/golang/protobuf/proto/deprecated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/golang/protobuf/proto/equal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 71 additions & 7 deletions vendor/github.com/golang/protobuf/proto/extensions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 12 additions & 26 deletions vendor/github.com/golang/protobuf/proto/lib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dfb9f7b

Please sign in to comment.