seaweedfs/weed
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
..
command removing tikv to resolve "go mod tidy" problem 2021-10-10 19:27:02 -07:00
filer removing tikv to resolve "go mod tidy" problem 2021-10-10 19:27:02 -07:00
filesys Avoid xattr printed out as HTTP headers 2021-09-13 04:00:57 -07:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi go fmt 2021-09-14 10:37:06 -07:00
images Add the webp image type 2021-07-24 14:26:40 +09:00
messaging avoid possible metadata subscription data loss 2021-09-25 01:18:44 -07:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation go fmt 2021-09-14 10:37:06 -07:00
pb avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage go fmt 2021-09-14 10:37:06 -07:00
replication change server address from string to a type 2021-09-12 22:47:52 -07:00
s3api go fmt 2021-09-19 12:06:15 -07:00
security fix security alert on github.com/dgrijalva/jwt-go 2021-07-22 10:22:09 -07:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server removing etcd sequencer 2021-10-10 19:10:46 -07:00
shell refactor 2021-10-01 12:10:11 -07:00
static S 2021-07-15 17:43:38 -07:00
stats handle ipv6 addresses 2021-09-07 16:43:54 -07:00
storage adds more error message 2021-10-09 04:54:14 -07:00
topology go fmt 2021-10-07 21:13:31 -07:00
util go fmt 2021-10-07 21:13:31 -07:00
wdclient refactor 2021-09-19 12:02:23 -07:00
filer.toml add redis3 2021-10-04 01:01:31 -07:00
Makefile Update Makefile 2021-09-04 13:46:49 -07:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00