1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 16:16:58 +02:00
seaweedfs/weed/command
Chris Lu 3e2acf677c removing tikv to resolve "go mod tidy" problem
tikv is causing "go mod tidy" problem. Need to resolve this before adding tikv back.

go mod tidy
go: finding module for package github.com/coreos/etcd/clientv3/balancer/picker
go: finding module for package cloud.google.com/go/kms/apiv1
go: finding module for package github.com/coreos/etcd/clientv3/balancer/resolver/endpoint
go: finding module for package google.golang.org/grpc/naming
go: finding module for package github.com/coreos/etcd/clientv3/credentials
go: finding module for package github.com/coreos/etcd/clientv3/balancer
go: finding module for package github.com/d4l3k/messagediff
go: found github.com/coreos/etcd/clientv3/balancer in github.com/coreos/etcd v3.3.26+incompatible
go: found github.com/coreos/etcd/clientv3/balancer/picker in github.com/coreos/etcd v3.3.26+incompatible
go: found github.com/coreos/etcd/clientv3/balancer/resolver/endpoint in github.com/coreos/etcd v3.3.26+incompatible
go: found github.com/coreos/etcd/clientv3/credentials in github.com/coreos/etcd v3.3.26+incompatible
go: found cloud.google.com/go/kms/apiv1 in cloud.google.com/go/kms v1.0.0
go: found github.com/d4l3k/messagediff in github.com/d4l3k/messagediff v1.2.1
go: finding module for package google.golang.org/grpc/naming
github.com/chrislusf/seaweedfs/weed/filer/tikv imports
	github.com/tikv/client-go/v2/tikv imports
	go.etcd.io/etcd/clientv3 tested by
	go.etcd.io/etcd/clientv3.test imports
	github.com/coreos/etcd/integration imports
	github.com/coreos/etcd/proxy/grpcproxy imports
	google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.41.0), but does not contain package google.golang.org/grpc/naming
2021-10-10 19:27:02 -07:00
..
scaffold removing tikv to resolve "go mod tidy" problem 2021-10-10 19:27:02 -07:00
autocomplete.go minor changes 2021-08-02 11:49:40 -07:00
backup.go change server address from string to a type 2021-09-12 22:47:52 -07:00
benchmark.go change server address from string to a type 2021-09-12 22:47:52 -07:00
command.go add command filre.remote.gateway 2021-09-15 22:48:04 -07:00
compact.go volume: add "-dir.idx" option for separate index storage 2020-11-27 03:17:10 -08:00
download.go change server address from string to a type 2021-09-12 22:47:52 -07:00
export.go adjust logging 2021-04-14 10:04:26 -07:00
filer.go s3: default to allow empty folder for better performance 2021-09-26 22:34:14 -07:00
filer_backup.go change server address from string to a type 2021-09-12 22:47:52 -07:00
filer_cat.go change server address from string to a type 2021-09-12 22:47:52 -07:00
filer_copy.go typo 2021-10-01 23:24:54 -07:00
filer_meta_backup.go change server address from string to a type 2021-09-12 22:47:52 -07:00
filer_meta_tail.go adjust metadata tail output 2021-09-25 01:04:51 -07:00
filer_remote_gateway.go go fmt 2021-09-19 12:06:15 -07:00
filer_remote_gateway_buckets.go filer.remote.gateway: add options to include or exclude new bucket names to mirror 2021-09-15 23:04:16 -07:00
filer_remote_sync.go go fmt 2021-09-19 12:06:15 -07:00
filer_remote_sync_dir.go separate filer.remote.gateway command to avoid confusion 2021-09-15 22:47:17 -07:00
filer_replication.go filer.remote.sync can work now 2021-08-08 01:21:42 -07:00
filer_sync.go change server address from string to a type 2021-09-12 22:47:52 -07:00
filer_sync_std.go go fmt 2021-09-01 02:45:42 -07:00
filer_sync_windows.go filer.backup: escape colon from path on windows 2021-05-29 06:45:27 -07:00
fix.go do not idx file format 2020-09-12 12:42:36 -07:00
fuse.go Fix error handling 2021-07-21 22:48:04 +09:00
iam.go change server address from string to a type 2021-09-12 22:47:52 -07:00
imports.go removing tikv to resolve "go mod tidy" problem 2021-10-10 19:27:02 -07:00
master.go use default 10000 for grpc port 2021-09-20 14:05:59 -07:00
master_follower.go use default 10000 for grpc port 2021-09-20 14:05:59 -07:00
mount.go adjust help message 2021-05-21 01:38:57 -07:00
mount_darwin.go fuse: check mount point available before do runmount 2019-11-27 22:56:44 +08:00
mount_freebsd.go fuse: check mount point available before do runmount 2019-11-27 22:56:44 +08:00
mount_linux.go FUSE mount: make "nonempty" optional 2020-03-21 19:14:25 -07:00
mount_notsupported.go go fmt 2021-09-01 02:45:42 -07:00
mount_std.go change server address from string to a type 2021-09-12 22:47:52 -07:00
msg_broker.go change server address from string to a type 2021-09-12 22:47:52 -07:00
s3.go s3: default to allow empty folder for better performance 2021-09-26 22:34:14 -07:00
scaffold.go scaffold -config= should output to stdout 2021-07-23 18:41:25 -07:00
scaffold_test.go fix test 2019-11-28 18:44:27 -08:00
server.go server: remove peer check if not starting master 2021-10-04 03:27:10 -07:00
shell.go change server address from string to a type 2021-09-12 22:47:52 -07:00
upload.go change server address from string to a type 2021-09-12 22:47:52 -07:00
version.go inject git version into build 2020-06-02 00:10:38 -07:00
volume.go use default 10000 for grpc port 2021-09-20 14:05:59 -07:00
volume_test.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
webdav.go go fmt 2021-09-14 10:37:06 -07:00