2022-05-13 13:30:22 +00:00
|
|
|
module github.com/databricks/bricks
|
|
|
|
|
2022-09-05 18:25:54 +00:00
|
|
|
go 1.18
|
2022-05-13 13:30:22 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-07 18:56:59 +00:00
|
|
|
github.com/atotto/clipboard v0.1.4
|
2022-12-28 10:32:04 +00:00
|
|
|
github.com/databricks/databricks-sdk-go v0.2.0
|
2022-05-14 17:56:09 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0 // MIT + NOTICE
|
|
|
|
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause license
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // MIT
|
2022-07-07 18:56:59 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // BSD-2-Clause
|
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // MIT
|
2022-12-14 10:00:44 +00:00
|
|
|
github.com/spf13/cobra v1.6.1 // Apache 2.0
|
2022-11-09 14:01:47 +00:00
|
|
|
github.com/stretchr/testify v1.8.1 // MIT
|
2022-05-14 17:56:09 +00:00
|
|
|
github.com/whilp/git-urls v1.0.0 // MIT
|
2022-12-14 09:58:30 +00:00
|
|
|
golang.org/x/mod v0.7.0 // BSD-3-Clause
|
2022-09-02 12:00:16 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // Apache 2.0
|
2022-05-13 13:30:22 +00:00
|
|
|
)
|
2022-09-05 18:25:54 +00:00
|
|
|
|
2022-11-08 12:51:08 +00:00
|
|
|
require (
|
2022-12-05 23:40:45 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/hashicorp/go-version v1.6.0
|
|
|
|
github.com/hashicorp/hc-install v0.4.0
|
|
|
|
github.com/hashicorp/terraform-exec v0.17.3
|
2022-12-22 08:33:46 +00:00
|
|
|
github.com/hashicorp/terraform-json v0.14.0
|
2022-11-08 12:51:08 +00:00
|
|
|
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
|
2022-11-09 14:01:47 +00:00
|
|
|
golang.org/x/sync v0.1.0
|
2022-11-08 12:51:08 +00:00
|
|
|
)
|
2022-10-04 22:12:57 +00:00
|
|
|
|
2022-12-05 23:40:45 +00:00
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/zclconf/go-cty v1.11.0 // indirect
|
|
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
|
|
)
|
|
|
|
|
2022-09-05 18:25:54 +00:00
|
|
|
require (
|
2022-12-22 08:46:17 +00:00
|
|
|
cloud.google.com/go/compute v1.13.0 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.2 // indirect
|
2022-09-05 18:25:54 +00:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2022-11-09 14:01:47 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
2022-11-18 09:57:31 +00:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2022-12-14 10:00:44 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-09-05 18:25:54 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-12-23 14:17:16 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-11-17 10:24:09 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-12-05 23:40:45 +00:00
|
|
|
golang.org/x/net v0.1.0 // indirect
|
2023-01-06 15:15:57 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
|
2022-11-08 12:51:08 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2023-01-06 15:15:57 +00:00
|
|
|
golang.org/x/text v0.5.0
|
2022-09-05 18:25:54 +00:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2022-12-22 08:46:17 +00:00
|
|
|
google.golang.org/api v0.105.0 // indirect
|
2022-09-05 18:25:54 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-12-22 08:46:17 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6 // indirect
|
|
|
|
google.golang.org/grpc v1.51.0 // indirect
|
2022-11-09 14:01:47 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-09-05 18:25:54 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-09-06 14:37:58 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-09-05 18:25:54 +00:00
|
|
|
)
|