@@ -7,7 +7,7 @@ require (
7
7
github.com/google/go-cmp v0.6.0
8
8
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.115.0
9
9
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.115.0
10
- github.com/snowflakedb/gosnowflake v1.12.0
10
+ github.com/snowflakedb/gosnowflake v1.12.1
11
11
github.com/stretchr/testify v1.10.0
12
12
go.opentelemetry.io/collector/component v0.115.1-0.20241206185113-3f3e208e71b8
13
13
go.opentelemetry.io/collector/component/componenttest v0.115.1-0.20241206185113-3f3e208e71b8
@@ -34,6 +34,7 @@ require (
34
34
github.com/BurntSushi/toml v1.4.0 // indirect
35
35
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
36
36
github.com/apache/arrow/go/v15 v15.0.0 // indirect
37
+ github.com/apache/arrow/go/v16 v16.0.0 // indirect
37
38
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
38
39
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
39
40
github.com/aws/aws-sdk-go-v2/credentials v1.17.11 // indirect
@@ -59,13 +60,13 @@ require (
59
60
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
60
61
github.com/gogo/protobuf v1.3.2 // indirect
61
62
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
62
- github.com/google/flatbuffers v23.5.26 +incompatible // indirect
63
+ github.com/google/flatbuffers v24.3.25 +incompatible // indirect
63
64
github.com/google/uuid v1.6.0 // indirect
64
65
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
65
66
github.com/jmespath/go-jmespath v0.4.0 // indirect
66
67
github.com/json-iterator/go v1.1.12 // indirect
67
68
github.com/klauspost/compress v1.17.9 // indirect
68
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
69
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
69
70
github.com/knadh/koanf/maps v0.1.1 // indirect
70
71
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
71
72
github.com/knadh/koanf/v2 v2.1.2 // indirect
@@ -75,7 +76,7 @@ require (
75
76
github.com/modern-go/reflect2 v1.0.2 // indirect
76
77
github.com/mtibben/percent v0.2.1 // indirect
77
78
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.115.0 // indirect
78
- github.com/pierrec/lz4/v4 v4.1.18 // indirect
79
+ github.com/pierrec/lz4/v4 v4.1.21 // indirect
79
80
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
80
81
github.com/pmezard/go-difflib v1.0.0 // indirect
81
82
github.com/rogpeppe/go-internal v1.12.0 // indirect
@@ -93,15 +94,15 @@ require (
93
94
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
94
95
go.opentelemetry.io/otel/trace v1.32.0 // indirect
95
96
golang.org/x/crypto v0.31.0 // indirect
96
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
97
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
97
98
golang.org/x/mod v0.17.0 // indirect
98
99
golang.org/x/net v0.28.0 // indirect
99
100
golang.org/x/sync v0.10.0 // indirect
100
101
golang.org/x/sys v0.28.0 // indirect
101
102
golang.org/x/term v0.27.0 // indirect
102
103
golang.org/x/text v0.21.0 // indirect
103
104
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
104
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
105
+ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
105
106
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
106
107
google.golang.org/grpc v1.67.1 // indirect
107
108
google.golang.org/protobuf v1.35.2 // indirect
0 commit comments