databricks-cli/go.mod

21 lines
792 B
Modula-2
Raw Normal View History

2022-05-13 13:30:22 +00:00
module github.com/databricks/bricks
go 1.16
require (
2022-05-21 12:31:26 +00:00
github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f // indirect
2022-05-14 17:56:09 +00:00
github.com/databrickslabs/terraform-provider-databricks v0.5.7 // Apache 2.0
github.com/ghodss/yaml v1.0.0 // MIT + NOTICE
2022-05-21 12:31:26 +00:00
github.com/hashicorp/go-version v1.5.0 // MPL 2.0
github.com/hashicorp/hc-install v0.3.2 // MPL 2.0
github.com/hashicorp/terraform-exec v0.16.1 // MPL 2.0
github.com/hashicorp/terraform-json v0.13.0 // MPL 2.0
2022-05-14 17:56:09 +00:00
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause license
github.com/mitchellh/go-homedir v1.1.0 // MIT
github.com/spf13/cobra v1.4.0 // Apache 2.0
github.com/stretchr/testify v1.7.1 // MIT
github.com/whilp/git-urls v1.0.0 // MIT
golang.org/x/mod v0.5.1 // BSD-3-Clause
2022-05-21 12:31:26 +00:00
gopkg.in/ini.v1 v1.66.4 // Apache 2.0
2022-05-13 13:30:22 +00:00
)