forked from abhimutant/terraform-provider-nutanix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 856 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
module github.com/terraform-providers/terraform-provider-nutanix
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/client9/misspell v0.3.4
github.com/golang/snappy v0.0.1 // indirect
github.com/golangci/golangci-lint v1.25.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/terraform-plugin-go v0.5.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba // indirect
github.com/magiconair/properties v1.8.1
github.com/mitchellh/gox v1.0.1
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
)
go 1.13