|
@ -124,7 +124,7 @@ require ( |
|
|
google.golang.org/api v0.126.0 |
|
|
google.golang.org/api v0.126.0 |
|
|
google.golang.org/appengine v1.6.7 // indirect |
|
|
google.golang.org/appengine v1.6.7 // indirect |
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect |
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect |
|
|
google.golang.org/grpc v1.55.0 |
|
|
|
|
|
|
|
|
google.golang.org/grpc v1.56.1 |
|
|
google.golang.org/protobuf v1.30.0 |
|
|
google.golang.org/protobuf v1.30.0 |
|
|
gopkg.in/inf.v0 v0.9.1 // indirect |
|
|
gopkg.in/inf.v0 v0.9.1 // indirect |
|
|
modernc.org/b v1.0.0 // indirect |
|
|
modernc.org/b v1.0.0 // indirect |
|
@ -152,6 +152,7 @@ require ( |
|
|
github.com/hanwen/go-fuse/v2 v2.3.0 |
|
|
github.com/hanwen/go-fuse/v2 v2.3.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/puzpuzpuz/xsync/v2 v2.4.1 |
|
|
github.com/rabbitmq/amqp091-go v1.8.1 |
|
|
github.com/rabbitmq/amqp091-go v1.8.1 |
|
|
github.com/rclone/rclone v1.62.2 |
|
|
github.com/rclone/rclone v1.62.2 |
|
|
github.com/schollz/progressbar/v3 v3.13.1 |
|
|
github.com/schollz/progressbar/v3 v3.13.1 |
|
@ -263,7 +264,6 @@ require ( |
|
|
github.com/pkg/xattr v0.4.9 // indirect |
|
|
github.com/pkg/xattr v0.4.9 // indirect |
|
|
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/puzpuzpuz/xsync/v2 v2.4.1 // 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.2 // indirect |
|
|
github.com/shirou/gopsutil/v3 v3.23.2 // indirect |
|
|