aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-03-04 08:24:40 -0800
committerGitHub <noreply@github.com>2025-03-04 08:24:40 -0800
commit3ed52662df50e1c4da1031c39a8e288c91ee6cc3 (patch)
tree26a82d4a51ca6411f6fe56db03c99dc133ede306 /go.mod
parent2259662c7b65ac755bac2ef24a4ab2ce39e5b57d (diff)
downloadseaweedfs-3ed52662df50e1c4da1031c39a8e288c91ee6cc3.tar.xz
seaweedfs-3ed52662df50e1c4da1031c39a8e288c91ee6cc3.zip
Revert "chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.0" (#6599)
Revert "chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.2…" This reverts commit 3ee4d6e69e6c120acc17ae158bab7adf324af050.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9d87812d0..ff7cc5f36 100644
--- a/go.mod
+++ b/go.mod
@@ -142,7 +142,7 @@ require (
github.com/hashicorp/raft v1.7.2
github.com/hashicorp/raft-boltdb/v2 v2.3.1
github.com/orcaman/concurrent-map/v2 v2.0.1
- github.com/parquet-go/parquet-go v0.25.0
+ github.com/parquet-go/parquet-go v0.24.0
github.com/rabbitmq/amqp091-go v1.10.0
github.com/rclone/rclone v1.69.1
github.com/rdleal/intervalst v1.4.1