mirror of https://github.com/databricks/cli.git
20 lines
736 B
Modula-2
20 lines
736 B
Modula-2
module github.com/databricks/bricks
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f // indirect
|
|
github.com/databrickslabs/terraform-provider-databricks v0.5.7 // Apache 2.0
|
|
github.com/ghodss/yaml v1.0.0 // MIT + NOTICE
|
|
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/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
|
|
gopkg.in/ini.v1 v1.66.4 // Apache 2.0
|
|
)
|