mirror of https://github.com/databricks/cli.git
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
|
module github.com/databricks/bricks
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/databrickslabs/terraform-provider-databricks v0.5.7
|
||
|
github.com/spf13/cobra v1.4.0
|
||
|
)
|