forked from Azure/aztfexport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 838 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
module github.com/magodo/aztfy
go 1.16
require (
github.com/Azure/azure-sdk-for-go v56.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.19
github.com/charmbracelet/bubbles v0.9.0
github.com/charmbracelet/bubbletea v0.15.0
github.com/charmbracelet/lipgloss v0.4.0
github.com/hashicorp/go-azure-helpers v0.16.5
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/hcl/v2 v2.10.1
github.com/hashicorp/terraform-exec v0.14.1-0.20210812105923-7fa6ba66697a
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/magodo/textinput v0.0.0-20210913072708-7d24f2b4b0c0
github.com/meowgorithm/babyenv v1.3.1
github.com/mitchellh/go-wordwrap v1.0.0
github.com/muesli/reflow v0.3.0
github.com/stretchr/testify v1.7.0
github.com/zclconf/go-cty v1.9.0
)