@@ -73,7 +73,7 @@ require (
73
73
github.com/grafana/pyroscope/api v1.2.0
74
74
github.com/grafana/pyroscope/ebpf v0.4.9
75
75
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
76
- github.com/grafana/snowflake-prometheus-exporter v0.0.0-20240813124544-9995e8354548
76
+ github.com/grafana/snowflake-prometheus-exporter v0.0.0-20250507154309-83bcbaac6b04
77
77
github.com/grafana/tail v0.0.0-20230510142333-77b18831edf0
78
78
github.com/grafana/vmware_exporter v0.0.5-beta.0.20250218170317-73398ba08329
79
79
github.com/grafana/walqueue v0.0.0-20250402195023-cd132d6ff0bc
@@ -455,6 +455,7 @@ require (
455
455
github.com/andybalholm/brotli v1.1.1 // indirect
456
456
github.com/antchfx/xmlquery v1.4.4 // indirect
457
457
github.com/antchfx/xpath v1.3.3 // indirect
458
+ github.com/apache/arrow-go/v18 v18.0.0 // indirect
458
459
github.com/apache/thrift v0.21.0 // indirect
459
460
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
460
461
github.com/armon/go-metrics v0.4.1 // indirect
@@ -850,7 +851,7 @@ require (
850
851
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
851
852
github.com/skeema/knownhosts v1.3.0 // indirect
852
853
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
853
- github.com/snowflakedb/gosnowflake v1.13.3 // indirect
854
+ github.com/snowflakedb/gosnowflake v1.14.0 // indirect
854
855
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
855
856
github.com/soheilhy/cmux v0.1.5 // indirect
856
857
github.com/sony/gobreaker v0.5.0 // indirect
@@ -990,8 +991,6 @@ require (
990
991
go.opentelemetry.io/collector/extension/xextension v0.122.1
991
992
)
992
993
993
- require github.com/apache/arrow-go/v18 v18.0.0 // indirect
994
-
995
994
// NOTE: replace directives below must always be *temporary*.
996
995
//
997
996
// Adding a replace directive to change a module to a fork of a module will
0 commit comments