@@ -3,30 +3,31 @@ module github.com/databrickslabs/sandbox/go-libs
3
3
go 1.21.0
4
4
5
5
require (
6
- github.com/briandowns/spinner v1.23.0
7
- github.com/databricks/databricks-sdk-go v0.40 .0
8
- github.com/fatih/color v1.16 .0
6
+ github.com/briandowns/spinner v1.23.2
7
+ github.com/databricks/databricks-sdk-go v0.55 .0
8
+ github.com/fatih/color v1.18 .0
9
9
github.com/google/go-querystring v1.1.0
10
10
github.com/nwidger/jsoncolor v0.3.2
11
11
github.com/sourcegraph/go-diff v0.7.0
12
12
github.com/spf13/cobra v1.8.0
13
13
github.com/spf13/pflag v1.0.5
14
- github.com/spf13/viper v1.18.2
14
+ github.com/spf13/viper v1.19.0
15
15
github.com/stretchr/testify v1.9.0
16
- golang.org/x/crypto v0.22 .0
17
- golang.org/x/oauth2 v0.19 .0
16
+ golang.org/x/crypto v0.32 .0
17
+ golang.org/x/oauth2 v0.25 .0
18
18
)
19
19
20
20
require (
21
- cloud.google.com/go/compute v1.24.0 // indirect
22
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
21
+ cloud.google.com/go/auth v0.4.2 // indirect
22
+ cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
23
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
23
24
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
24
25
github.com/felixge/httpsnoop v1.0.4 // indirect
25
26
github.com/fsnotify/fsnotify v1.7.0 // indirect
26
27
github.com/go-logr/logr v1.4.1 // indirect
27
28
github.com/go-logr/stdr v1.2.2 // indirect
28
29
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29
- github.com/golang/protobuf v1.5.3 // indirect
30
+ github.com/golang/protobuf v1.5.4 // indirect
30
31
github.com/google/s2a-go v0.1.7 // indirect
31
32
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
32
33
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -35,7 +36,7 @@ require (
35
36
github.com/mattn/go-colorable v0.1.13 // indirect
36
37
github.com/mattn/go-isatty v0.0.20 // indirect
37
38
github.com/mitchellh/mapstructure v1.5.0 // indirect
38
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
39
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
39
40
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
40
41
github.com/sagikazarmark/locafero v0.4.0 // indirect
41
42
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -50,16 +51,16 @@ require (
50
51
go.opentelemetry.io/otel/trace v1.24.0 // indirect
51
52
go.uber.org/multierr v1.11.0 // indirect
52
53
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
53
- golang.org/x/mod v0.16 .0 // indirect
54
- golang.org/x/net v0.24 .0 // indirect
55
- golang.org/x/sys v0.19 .0 // indirect
56
- golang.org/x/term v0.19 .0 // indirect
57
- golang.org/x/text v0.14 .0 // indirect
54
+ golang.org/x/mod v0.17 .0 // indirect
55
+ golang.org/x/net v0.33 .0 // indirect
56
+ golang.org/x/sys v0.29 .0 // indirect
57
+ golang.org/x/term v0.28 .0 // indirect
58
+ golang.org/x/text v0.21 .0 // indirect
58
59
golang.org/x/time v0.5.0 // indirect
59
- google.golang.org/api v0.169 .0 // indirect
60
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240304161311-37d4d3c04a78 // indirect
61
- google.golang.org/grpc v1.62.0 // indirect
62
- google.golang.org/protobuf v1.33.0 // indirect
60
+ google.golang.org/api v0.182 .0 // indirect
61
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
62
+ google.golang.org/grpc v1.64.1 // indirect
63
+ google.golang.org/protobuf v1.34.1 // indirect
63
64
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
64
65
gopkg.in/ini.v1 v1.67.0 // indirect
65
66
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments