Skip to content

Commit

Permalink
upgrade etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Dec 7, 2020
1 parent 24a75d0 commit 52eeab0
Show file tree
Hide file tree
Showing 95 changed files with 1,951 additions and 2,759 deletions.
21 changes: 6 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
module github.com/deepfabric/prophet

go 1.12
go 1.15

require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
github.com/fagongzi/goetty v1.6.1
github.com/fagongzi/util v0.0.0-20181102105153-fd38e0f42a4f
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/mock v1.4.3
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/fagongzi/util v0.0.0-20201116094402-221cc40c4593
github.com/golang/mock v1.4.4
github.com/stretchr/testify v1.3.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
go.etcd.io/etcd v0.0.0-20201125193152-8a03d2e9614b
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
)

replace go.etcd.io/etcd => github.com/deepfabric/etcd v0.0.0-20201207015257-3b4a2ca4cf64
85 changes: 31 additions & 54 deletions go.sum

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions vendor/github.com/coreos/go-semver/NOTICE

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/coreos/go-semver/semver/semver.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 50 additions & 93 deletions vendor/github.com/coreos/go-systemd/journal/journal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/coreos/pkg/capnslog/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/coreos/pkg/capnslog/init.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vendor/github.com/coreos/pkg/capnslog/logmap.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions vendor/github.com/coreos/pkg/capnslog/pkg_logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 52eeab0

Please sign in to comment.