Skip to content

Commit d0432b6

Browse files
fix(security): address latest security vulnerabilities, update direct dependencies, minor changes
1 parent 5a86b49 commit d0432b6

File tree

4 files changed

+187
-200
lines changed

4 files changed

+187
-200
lines changed

go.mod

Lines changed: 40 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,74 @@
11
module github.com/newrelic/newrelic-databricks-integration
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.22.4
5+
toolchain go1.23.2
66

77
require (
8-
github.com/databricks/databricks-sdk-go v0.52.0
9-
github.com/newrelic/newrelic-client-go/v2 v2.45.0
10-
github.com/newrelic/newrelic-labs-sdk/v2 v2.1.0
8+
github.com/databricks/databricks-sdk-go v0.60.0
9+
github.com/newrelic/newrelic-client-go/v2 v2.55.2
10+
github.com/newrelic/newrelic-labs-sdk/v2 v2.2.0
1111
)
1212

1313
require (
1414
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
15-
github.com/fsnotify/fsnotify v1.7.0 // indirect
16-
github.com/golang/protobuf v1.5.4 // indirect
15+
github.com/fsnotify/fsnotify v1.8.0 // indirect
1716
github.com/google/go-querystring v1.1.0 // indirect
1817
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
19-
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
20-
github.com/hashicorp/hcl v1.0.0 // indirect
18+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
2119
github.com/imdario/mergo v0.3.16 // indirect
22-
github.com/magiconair/properties v1.8.7 // indirect
23-
github.com/newrelic/go-agent/v3 v3.21.0 // indirect
24-
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus v1.0.0 // indirect
20+
github.com/newrelic/go-agent/v3 v3.38.0 // indirect
21+
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus v1.1.0 // indirect
2522
github.com/newrelic/infrastructure-agent v0.0.0-20201127092132-00ac7efc0cc6 // indirect
26-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
23+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
2724
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2825
github.com/rogpeppe/go-internal v1.12.0 // indirect
29-
github.com/sagikazarmark/locafero v0.6.0 // indirect
30-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
26+
github.com/sagikazarmark/locafero v0.7.0 // indirect
3127
github.com/sourcegraph/conc v0.3.0 // indirect
32-
github.com/spf13/afero v1.11.0 // indirect
33-
github.com/spf13/cast v1.6.0
34-
github.com/spf13/pflag v1.0.5 // indirect
35-
github.com/spf13/viper v1.19.0
36-
github.com/stretchr/testify v1.9.0 // indirect
28+
github.com/spf13/afero v1.12.0 // indirect
29+
github.com/spf13/cast v1.7.1
30+
github.com/spf13/pflag v1.0.6 // indirect
31+
github.com/spf13/viper v1.20.0
32+
github.com/stretchr/testify v1.10.0 // indirect
3733
github.com/subosito/gotenv v1.6.0 // indirect
3834
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
3935
github.com/valyala/fastjson v1.6.4 // indirect
4036
go.uber.org/multierr v1.11.0 // indirect
4137
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
42-
golang.org/x/net v0.26.0 // indirect
43-
golang.org/x/text v0.16.0 // indirect
44-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
45-
google.golang.org/grpc v1.64.1 // indirect
46-
google.golang.org/protobuf v1.34.1 // indirect
38+
golang.org/x/net v0.33.0 // indirect
39+
golang.org/x/text v0.21.0 // indirect
40+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
41+
google.golang.org/grpc v1.67.3 // indirect
42+
google.golang.org/protobuf v1.36.1 // indirect
4743
gopkg.in/ini.v1 v1.67.0 // indirect
4844
)
4945

5046
require (
51-
cloud.google.com/go/auth v0.4.2 // indirect
52-
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
53-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
47+
cloud.google.com/go/auth v0.13.0 // indirect
48+
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
49+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
5450
github.com/felixge/httpsnoop v1.0.4 // indirect
55-
github.com/go-co-op/gocron/v2 v2.11.0 // indirect
56-
github.com/go-logr/logr v1.4.1 // indirect
51+
github.com/go-co-op/gocron/v2 v2.16.1 // indirect
52+
github.com/go-logr/logr v1.4.2 // indirect
5753
github.com/go-logr/stdr v1.2.2 // indirect
58-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
59-
github.com/google/s2a-go v0.1.7 // indirect
54+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
55+
github.com/google/s2a-go v0.1.8 // indirect
6056
github.com/google/uuid v1.6.0 // indirect
61-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
62-
github.com/jonboulle/clockwork v0.4.0 // indirect
63-
github.com/mitchellh/mapstructure v1.5.0 // indirect
57+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
58+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
59+
github.com/jonboulle/clockwork v0.5.0 // indirect
6460
github.com/newrelic/infra-integrations-sdk/v4 v4.2.1 // indirect
6561
github.com/robfig/cron/v3 v3.0.1 // indirect
6662
github.com/sirupsen/logrus v1.9.3 // indirect
67-
go.opencensus.io v0.24.0 // indirect
68-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
69-
go.opentelemetry.io/otel v1.24.0 // indirect
70-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
71-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
72-
golang.org/x/crypto v0.24.0 // indirect
63+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
64+
go.opentelemetry.io/otel v1.29.0 // indirect
65+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
66+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
67+
golang.org/x/crypto v0.32.0 // indirect
7368
golang.org/x/mod v0.18.0 // indirect
74-
golang.org/x/oauth2 v0.20.0 // indirect
75-
golang.org/x/sys v0.21.0 // indirect
76-
golang.org/x/time v0.5.0 // indirect
77-
google.golang.org/api v0.182.0 // indirect
69+
golang.org/x/oauth2 v0.25.0 // indirect
70+
golang.org/x/sys v0.29.0 // indirect
71+
golang.org/x/time v0.8.0 // indirect
72+
google.golang.org/api v0.215.0 // indirect
7873
gopkg.in/yaml.v3 v3.0.1 // indirect
7974
)
80-
81-
// @TODO: remove after development
82-
//replace github.com/newrelic/newrelic-labs-sdk/v2 v2.1.0 => ../../newrelic/newrelic-labs-sdk

0 commit comments

Comments
 (0)