aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-03-17 01:00:43 -0700
committerchrislu <chris.lu@gmail.com>2024-03-17 01:00:43 -0700
commit4dce1e9d29c42fd5fb08e30491eb5e6958512319 (patch)
treef5a20cf6f53476dc9fe2abb8b51b33f26ba60f5f /go.mod
parenta8b73296d7ea4c5103a1e3d7b889826983ad6565 (diff)
downloadseaweedfs-4dce1e9d29c42fd5fb08e30491eb5e6958512319.tar.xz
seaweedfs-4dce1e9d29c42fd5fb08e30491eb5e6958512319.zip
Revert "remove github.com/golang/protobuf/proto"
This reverts commit 1516e0249f5c7259880c3b5365b42ee0469510dd.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 60d6373c9..06c317d0c 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/gocql/gocql v1.6.0
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
- github.com/golang/protobuf v1.5.3 // indirect
+ github.com/golang/protobuf v1.5.3
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2
github.com/google/uuid v1.6.0
@@ -151,6 +151,7 @@ require (
github.com/hashicorp/raft v1.6.0
github.com/hashicorp/raft-boltdb/v2 v2.3.0
github.com/orcaman/concurrent-map/v2 v2.0.1
+ github.com/puzpuzpuz/xsync/v2 v2.5.1
github.com/rabbitmq/amqp091-go v1.9.0
github.com/rclone/rclone v1.65.2
github.com/rdleal/intervalst v1.3.0