Skip to content

Commit baa813e

Browse files
author
j.laycock
committed
maybe prevent merge conflicts this time?
1 parent 583dc3a commit baa813e

File tree

1 file changed

+78
-5
lines changed

1 file changed

+78
-5
lines changed

go.mod

Lines changed: 78 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,122 @@
11
module github.com/chrislusf/seaweedfs
2+
go 1.12
23

3-
go 1.13
44

55
require (
66
cloud.google.com/go v0.44.3
7+
contrib.go.opencensus.io/exporter/aws v0.0.0-20190807220307-c50fb1bd7f21 // indirect
8+
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
9+
contrib.go.opencensus.io/exporter/stackdriver v0.12.5 // indirect
10+
contrib.go.opencensus.io/resource v0.1.2 // indirect
11+
github.com/Azure/azure-amqp-common-go v1.1.4 // indirect
12+
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
13+
github.com/Azure/azure-sdk-for-go v33.0.0+incompatible // indirect
714
github.com/Azure/azure-storage-blob-go v0.8.0
15+
github.com/Azure/go-autorest v13.0.0+incompatible // indirect
16+
github.com/Azure/go-autorest/tracing v0.5.0 // indirect
17+
github.com/DataDog/zstd v1.4.1 // indirect
18+
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190828224159-d93c53a4824c // indirect
819
github.com/Shopify/sarama v1.23.1
20+
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
21+
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
922
github.com/aws/aws-sdk-go v1.23.13
1023
github.com/chrislusf/raft v0.0.0-20190225081310-10d6e2182d92
24+
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
25+
github.com/coreos/bbolt v1.3.3 // indirect
26+
github.com/coreos/etcd v3.3.15+incompatible // indirect
27+
github.com/coreos/go-semver v0.3.0 // indirect
28+
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
1129
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1230
github.com/disintegration/imaging v1.6.1
1331
github.com/dustin/go-humanize v1.0.0
32+
github.com/eapache/go-resiliency v1.2.0 // indirect
1433
github.com/gabriel-vasile/mimetype v0.3.17
34+
github.com/go-kit/kit v0.9.0 // indirect
1535
github.com/go-redis/redis v6.15.2+incompatible
1636
github.com/go-sql-driver/mysql v1.4.1
1737
github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6
38+
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect
39+
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
1840
github.com/golang/protobuf v1.3.2
1941
github.com/google/btree v1.0.0
42+
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
2043
github.com/gorilla/mux v1.7.3
44+
github.com/gorilla/websocket v1.4.1 // indirect
45+
github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect
2146
github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
22-
github.com/joeslay/seaweedfs v0.0.0-20190912104409-d8c34b032fb6 // indirect
47+
github.com/jcmturner/gofork v1.0.0 // indirect
2348
github.com/karlseguin/ccache v2.0.3+incompatible
49+
github.com/karlseguin/expect v1.0.1 // indirect
50+
github.com/klauspost/cpuid v1.2.1 // indirect
2451
github.com/klauspost/crc32 v1.2.0
2552
github.com/klauspost/reedsolomon v1.9.2
53+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
54+
github.com/kr/pty v1.1.8 // indirect
2655
github.com/kurin/blazer v0.5.3
2756
github.com/lib/pq v1.2.0
57+
github.com/magiconair/properties v1.8.1 // indirect
58+
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
59+
github.com/mattn/go-isatty v0.0.9 // indirect
60+
github.com/mattn/go-runewidth v0.0.4 // indirect
61+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
62+
github.com/nats-io/gnatsd v1.4.1 // indirect
63+
github.com/nats-io/go-nats v1.7.2 // indirect
64+
github.com/nats-io/nats-server/v2 v2.0.4 // indirect
65+
github.com/onsi/ginkgo v1.10.1 // indirect
66+
github.com/onsi/gomega v1.7.0 // indirect
67+
github.com/opentracing/opentracing-go v1.1.0 // indirect
68+
github.com/pelletier/go-toml v1.4.0 // indirect
2869
github.com/peterh/liner v1.1.0
70+
github.com/pierrec/lz4 v2.2.7+incompatible // indirect
2971
github.com/prometheus/client_golang v1.1.0
72+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
73+
github.com/prometheus/procfs v0.0.4 // indirect
3074
github.com/rakyll/statik v0.1.6
75+
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
76+
github.com/rogpeppe/fastuuid v1.2.0 // indirect
77+
github.com/rogpeppe/go-internal v1.3.1 // indirect
3178
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
3279
github.com/satori/go.uuid v1.2.0
3380
github.com/seaweedfs/fuse v0.0.0-20190510212405-310228904eff
81+
github.com/sirupsen/logrus v1.4.2 // indirect
82+
github.com/spaolacci/murmur3 v1.1.0 // indirect
83+
github.com/spf13/afero v1.2.2 // indirect
84+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3485
github.com/spf13/viper v1.4.0
86+
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
87+
github.com/stretchr/testify v1.4.0 // indirect
3588
github.com/syndtr/goleveldb v1.0.0
36-
github.com/tidwall/pretty v1.0.0 // indirect
89+
github.com/tidwall/gjson v1.3.2
90+
github.com/tidwall/match v1.0.1
91+
github.com/uber-go/atomic v1.4.0 // indirect
92+
github.com/uber/jaeger-client-go v2.17.0+incompatible // indirect
93+
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
94+
github.com/ugorji/go v1.1.7 // indirect
95+
github.com/willf/bitset v1.1.10 // indirect
3796
github.com/willf/bloom v2.0.3+incompatible
97+
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
98+
go.etcd.io/bbolt v1.3.3 // indirect
3899
go.etcd.io/etcd v3.3.15+incompatible
100+
go.mongodb.org/mongo-driver v1.1.0 // indirect
39101
gocloud.dev v0.16.0
40102
gocloud.dev/pubsub/natspubsub v0.16.0
41103
gocloud.dev/pubsub/rabbitpubsub v0.16.0
104+
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
105+
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 // indirect
106+
golang.org/x/image v0.0.0-20190829233526-b3c06291d021 // indirect
107+
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect
42108
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
43-
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0
109+
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
44110
golang.org/x/tools v0.0.0-20190830223141-573d9926052a
45111
google.golang.org/api v0.9.0
112+
google.golang.org/appengine v1.6.2 // indirect
113+
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
46114
google.golang.org/grpc v1.23.0
115+
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
116+
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
117+
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
118+
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
119+
pack.ag/amqp v0.12.1 // indirect
47120
)
48121

49-
replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v0.0.0-20181028125025-b2ce2384e17b
122+
replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v0.0.0-20181028125025-b2ce2384e17b

0 commit comments

Comments
 (0)