|
@ -150,14 +150,16 @@ require ( |
|
|
github.com/fluent/fluent-logger-golang v1.9.0 |
|
|
github.com/fluent/fluent-logger-golang v1.9.0 |
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 |
|
|
github.com/golang-jwt/jwt/v5 v5.0.0 |
|
|
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50 |
|
|
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50 |
|
|
github.com/hanwen/go-fuse/v2 v2.3.0 |
|
|
|
|
|
|
|
|
github.com/hanwen/go-fuse/v2 v2.4.0 |
|
|
github.com/hashicorp/raft v1.5.0 |
|
|
github.com/hashicorp/raft v1.5.0 |
|
|
github.com/hashicorp/raft-boltdb/v2 v2.2.2 |
|
|
github.com/hashicorp/raft-boltdb/v2 v2.2.2 |
|
|
github.com/orcaman/concurrent-map/v2 v2.0.1 |
|
|
github.com/orcaman/concurrent-map/v2 v2.0.1 |
|
|
github.com/puzpuzpuz/xsync/v2 v2.5.0 |
|
|
github.com/puzpuzpuz/xsync/v2 v2.5.0 |
|
|
github.com/rabbitmq/amqp091-go v1.8.1 |
|
|
github.com/rabbitmq/amqp091-go v1.8.1 |
|
|
github.com/rclone/rclone v1.63.1 |
|
|
github.com/rclone/rclone v1.63.1 |
|
|
|
|
|
github.com/rdleal/intervalst v0.0.0-20221028215511-a098aa0d2cb8 |
|
|
github.com/schollz/progressbar/v3 v3.13.1 |
|
|
github.com/schollz/progressbar/v3 v3.13.1 |
|
|
|
|
|
github.com/shirou/gopsutil/v3 v3.23.5 |
|
|
github.com/tikv/client-go/v2 v2.0.7 |
|
|
github.com/tikv/client-go/v2 v2.0.7 |
|
|
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.2.0 |
|
|
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.2.0 |
|
|
github.com/ydb-platform/ydb-go-sdk/v3 v3.48.8 |
|
|
github.com/ydb-platform/ydb-go-sdk/v3 v3.48.8 |
|
@ -266,10 +268,8 @@ require ( |
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
|
|
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8 // indirect |
|
|
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8 // indirect |
|
|
github.com/rclone/ftp v0.0.0-20230327202000-dadc1f64e87d // indirect |
|
|
github.com/rclone/ftp v0.0.0-20230327202000-dadc1f64e87d // indirect |
|
|
github.com/rdleal/intervalst v0.0.0-20221028215511-a098aa0d2cb8 // indirect |
|
|
|
|
|
github.com/rfjakob/eme v1.1.2 // indirect |
|
|
github.com/rfjakob/eme v1.1.2 // indirect |
|
|
github.com/rivo/uniseg v0.4.4 // indirect |
|
|
github.com/rivo/uniseg v0.4.4 // indirect |
|
|
github.com/shirou/gopsutil/v3 v3.23.5 // indirect |
|
|
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect |
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect |
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect |
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect |
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect |
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect |
|
|