You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

238 lines
11 KiB

3 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
3 years ago
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
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
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
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. module github.com/chrislusf/seaweedfs
  2. go 1.18
  3. require (
  4. cloud.google.com/go v0.102.1 // indirect
  5. cloud.google.com/go/pubsub v1.23.1
  6. cloud.google.com/go/storage v1.23.0
  7. github.com/Azure/azure-pipeline-go v0.2.3
  8. github.com/Azure/azure-storage-blob-go v0.15.0
  9. github.com/OneOfOne/xxhash v1.2.8
  10. github.com/Shopify/sarama v1.34.1
  11. github.com/aws/aws-sdk-go v1.44.56
  12. github.com/beorn7/perks v1.0.1 // indirect
  13. github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
  14. github.com/bwmarrin/snowflake v0.3.0
  15. github.com/cespare/xxhash v1.1.0
  16. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  17. github.com/chrislusf/raft v1.0.9
  18. github.com/coreos/go-semver v0.3.0 // indirect
  19. github.com/coreos/go-systemd/v22 v22.3.2 // indirect
  20. github.com/davecgh/go-spew v1.1.1 // indirect
  21. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  22. github.com/disintegration/imaging v1.6.2
  23. github.com/dustin/go-humanize v1.0.0
  24. github.com/eapache/go-resiliency v1.2.0 // indirect
  25. github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
  26. github.com/eapache/queue v1.1.0 // indirect
  27. github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
  28. github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
  29. github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
  30. github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4
  31. github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
  32. github.com/fclairamb/ftpserverlib v0.18.0
  33. github.com/fsnotify/fsnotify v1.5.4 // indirect
  34. github.com/go-errors/errors v1.1.1 // indirect
  35. github.com/go-redis/redis/v8 v8.11.5
  36. github.com/go-redsync/redsync/v4 v4.5.1
  37. github.com/go-sql-driver/mysql v1.6.0
  38. github.com/go-zookeeper/zk v1.0.2 // indirect
  39. github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
  40. github.com/golang-jwt/jwt v3.2.2+incompatible
  41. github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
  42. github.com/golang/protobuf v1.5.2
  43. github.com/golang/snappy v0.0.4 // indirect
  44. github.com/google/btree v1.1.2
  45. github.com/google/go-cmp v0.5.8 // indirect
  46. github.com/google/uuid v1.3.0
  47. github.com/google/wire v0.5.0 // indirect
  48. github.com/googleapis/gax-go/v2 v2.4.0 // indirect
  49. github.com/gorilla/mux v1.8.0
  50. github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
  51. github.com/hashicorp/errwrap v1.0.0 // indirect
  52. github.com/hashicorp/go-multierror v1.1.1 // indirect
  53. github.com/hashicorp/go-uuid v1.0.2 // indirect
  54. github.com/hashicorp/hcl v1.0.0 // indirect
  55. github.com/jcmturner/gofork v1.0.0 // indirect
  56. github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
  57. github.com/jinzhu/copier v0.3.5
  58. github.com/jmespath/go-jmespath v0.4.0 // indirect
  59. github.com/json-iterator/go v1.1.12
  60. github.com/karlseguin/ccache/v2 v2.0.8
  61. github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
  62. github.com/klauspost/compress v1.15.6 // indirect
  63. github.com/klauspost/reedsolomon v1.10.0
  64. github.com/kurin/blazer v0.5.3
  65. github.com/lib/pq v1.10.6
  66. github.com/linxGnu/grocksdb v1.7.3
  67. github.com/magiconair/properties v1.8.6 // indirect
  68. github.com/mailru/easyjson v0.7.7 // indirect
  69. github.com/mattn/go-ieproxy v0.0.3 // indirect
  70. github.com/mattn/go-isatty v0.0.14 // indirect
  71. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  72. github.com/mitchellh/mapstructure v1.5.0 // indirect
  73. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  74. github.com/modern-go/reflect2 v1.0.2 // indirect
  75. github.com/olivere/elastic/v7 v7.0.32
  76. github.com/pelletier/go-toml v1.9.5 // indirect
  77. github.com/peterh/liner v1.2.2
  78. github.com/pkg/errors v0.9.1 // indirect
  79. github.com/pmezard/go-difflib v1.0.0 // indirect
  80. github.com/posener/complete v1.2.3
  81. github.com/pquerna/cachecontrol v0.1.0
  82. github.com/prometheus/client_golang v1.12.2
  83. github.com/prometheus/client_model v0.2.0 // indirect
  84. github.com/prometheus/common v0.32.1 // indirect
  85. github.com/prometheus/procfs v0.7.3 // indirect
  86. github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
  87. github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
  88. github.com/seaweedfs/goexif v2.0.0+incompatible
  89. github.com/sirupsen/logrus v1.8.1 // indirect
  90. github.com/spaolacci/murmur3 v1.1.0 // indirect
  91. github.com/spf13/afero v1.8.2 // indirect
  92. github.com/spf13/cast v1.5.0 // indirect
  93. github.com/spf13/jwalterweatherman v1.1.0 // indirect
  94. github.com/spf13/viper v1.12.0
  95. github.com/streadway/amqp v1.0.0
  96. github.com/stretchr/testify v1.8.0
  97. github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
  98. github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
  99. github.com/tidwall/gjson v1.14.1
  100. github.com/tidwall/match v1.1.1
  101. github.com/tidwall/pretty v1.2.0 // indirect
  102. github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
  103. github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
  104. github.com/valyala/bytebufferpool v1.0.0
  105. github.com/viant/assertly v0.5.4 // indirect
  106. github.com/viant/ptrie v0.3.0
  107. github.com/viant/toolbox v0.33.2 // indirect
  108. github.com/xdg-go/pbkdf2 v1.0.0 // indirect
  109. github.com/xdg-go/scram v1.1.1 // indirect
  110. github.com/xdg-go/stringprep v1.0.3 // indirect
  111. github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
  112. go.etcd.io/etcd/client/v3 v3.5.4
  113. go.mongodb.org/mongo-driver v1.10.0
  114. go.opencensus.io v0.23.0 // indirect
  115. gocloud.dev v0.25.0
  116. gocloud.dev/pubsub/natspubsub v0.25.0
  117. gocloud.dev/pubsub/rabbitpubsub v0.25.0
  118. golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
  119. golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
  120. golang.org/x/image v0.0.0-20200119044424-58c23975cae1
  121. golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
  122. golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
  123. golang.org/x/sys v0.0.0-20220624220833-87e55d714810
  124. golang.org/x/text v0.3.7 // indirect
  125. golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
  126. golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
  127. google.golang.org/api v0.87.0
  128. google.golang.org/appengine v1.6.7 // indirect
  129. google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
  130. google.golang.org/grpc v1.48.0
  131. google.golang.org/protobuf v1.28.0
  132. gopkg.in/inf.v0 v0.9.1 // indirect
  133. modernc.org/b v1.0.0 // indirect
  134. modernc.org/cc/v3 v3.36.0 // indirect
  135. modernc.org/ccgo/v3 v3.16.6 // indirect
  136. modernc.org/libc v1.16.7 // indirect
  137. modernc.org/mathutil v1.4.1 // indirect
  138. modernc.org/memory v1.1.1 // indirect
  139. modernc.org/opt v0.1.1 // indirect
  140. modernc.org/sqlite v1.17.3
  141. modernc.org/strutil v1.1.2
  142. modernc.org/token v1.0.0 // indirect
  143. )
  144. require (
  145. github.com/Jille/raft-grpc-transport v1.2.0
  146. github.com/arangodb/go-driver v1.3.2
  147. github.com/fluent/fluent-logger-golang v1.9.0
  148. github.com/hanwen/go-fuse/v2 v2.1.1-0.20220627082937-d01fda7edf17
  149. github.com/hashicorp/raft v1.3.9
  150. github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0
  151. github.com/tikv/client-go/v2 v2.0.1
  152. github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.2
  153. github.com/ydb-platform/ydb-go-sdk/v3 v3.28.3
  154. google.golang.org/grpc/security/advancedtls v0.0.0-20220622233350-5cdb09fa29c1
  155. )
  156. require (
  157. cloud.google.com/go/compute v1.7.0 // indirect
  158. cloud.google.com/go/iam v0.3.0 // indirect
  159. github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
  160. github.com/armon/go-metrics v0.3.10 // indirect
  161. github.com/aws/aws-sdk-go-v2 v1.16.2 // indirect
  162. github.com/aws/aws-sdk-go-v2/config v1.15.3 // indirect
  163. github.com/aws/aws-sdk-go-v2/credentials v1.11.2 // indirect
  164. github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.3 // indirect
  165. github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9 // indirect
  166. github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3 // indirect
  167. github.com/aws/aws-sdk-go-v2/internal/ini v1.3.10 // indirect
  168. github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3 // indirect
  169. github.com/aws/aws-sdk-go-v2/service/sns v1.17.4 // indirect
  170. github.com/aws/aws-sdk-go-v2/service/sqs v1.18.3 // indirect
  171. github.com/aws/aws-sdk-go-v2/service/sso v1.11.3 // indirect
  172. github.com/aws/aws-sdk-go-v2/service/sts v1.16.3 // indirect
  173. github.com/aws/smithy-go v1.11.2 // indirect
  174. github.com/benbjohnson/clock v1.1.0 // indirect
  175. github.com/boltdb/bolt v1.3.1 // indirect
  176. github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
  177. github.com/d4l3k/messagediff v1.2.1 // indirect
  178. github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
  179. github.com/fatih/color v1.13.0 // indirect
  180. github.com/fclairamb/go-log v0.3.0 // indirect
  181. github.com/gogo/protobuf v1.3.2 // indirect
  182. github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
  183. github.com/googleapis/go-type-adapters v1.0.0 // indirect
  184. github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
  185. github.com/hashicorp/go-hclog v1.2.0 // indirect
  186. github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
  187. github.com/hashicorp/go-msgpack v1.1.5 // indirect
  188. github.com/hashicorp/golang-lru v0.5.4 // indirect
  189. github.com/jcmturner/aescts/v2 v2.0.0 // indirect
  190. github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
  191. github.com/jcmturner/rpc/v2 v2.0.3 // indirect
  192. github.com/jonboulle/clockwork v0.2.2 // indirect
  193. github.com/josharian/intern v1.0.0 // indirect
  194. github.com/klauspost/cpuid/v2 v2.0.14 // indirect
  195. github.com/mattn/go-colorable v0.1.12 // indirect
  196. github.com/mattn/go-runewidth v0.0.7 // indirect
  197. github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
  198. github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
  199. github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d // indirect
  200. github.com/nats-io/nkeys v0.3.0 // indirect
  201. github.com/nats-io/nuid v1.0.1 // indirect
  202. github.com/opentracing/opentracing-go v1.2.0 // indirect
  203. github.com/pelletier/go-toml/v2 v2.0.1 // indirect
  204. github.com/philhofer/fwd v1.1.1 // indirect
  205. github.com/pierrec/lz4/v4 v4.1.14 // indirect
  206. github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
  207. github.com/pingcap/failpoint v0.0.0-20210918120811-547c13e3eb00 // indirect
  208. github.com/pingcap/kvproto v0.0.0-20220106070556-3fa8fa04f898 // indirect
  209. github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee // indirect
  210. github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
  211. github.com/spf13/pflag v1.0.5 // indirect
  212. github.com/subosito/gotenv v1.3.0 // indirect
  213. github.com/tikv/pd/client v0.0.0-20220216070739-26c668271201 // indirect
  214. github.com/tinylib/msgp v1.1.6 // indirect
  215. github.com/twmb/murmur3 v1.1.3 // indirect
  216. github.com/yandex-cloud/go-genproto v0.0.0-20211115083454-9ca41db5ed9e // indirect
  217. github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531094121-36ca6bddb9f7 // indirect
  218. github.com/ydb-platform/ydb-go-yc v0.8.3 // indirect
  219. github.com/ydb-platform/ydb-go-yc-metadata v0.5.2 // indirect
  220. go.etcd.io/etcd/api/v3 v3.5.4 // indirect
  221. go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
  222. go.uber.org/atomic v1.9.0 // indirect
  223. go.uber.org/multierr v1.8.0 // indirect
  224. go.uber.org/zap v1.21.0 // indirect
  225. golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 // indirect
  226. golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
  227. gopkg.in/ini.v1 v1.66.4 // indirect
  228. gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
  229. gopkg.in/yaml.v2 v2.4.0 // indirect
  230. gopkg.in/yaml.v3 v3.0.1 // indirect
  231. lukechampine.com/uint128 v1.1.1 // indirect
  232. )
  233. // replace github.com/chrislusf/raft => /Users/chrislu/go/src/github.com/chrislusf/raft