Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2349 from GsssC/fixKlog
Browse files Browse the repository at this point in the history
upgrade [email protected] to klog/[email protected]

Kubeedge-commit: 0e0c11598b77904132ca33a6dbd93295c4c0dc1f
  • Loading branch information
KubeEdge Publisher committed Nov 30, 2020
1 parent 010b0a1 commit 33427a7
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 59 deletions.
4 changes: 0 additions & 4 deletions Godeps/Godeps.json

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

26 changes: 5 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,10 @@ module github.com/kubeedge/viaduct
go 1.14

require (
github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115 // indirect
github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9 // indirect
github.com/golang/mock v0.0.0-20190508161146-9fa652df1129
github.com/golang/protobuf v1.3.1
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kubeedge/beehive v0.0.0
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go v0.10.1
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/kubeedge/beehive v0.0.0-20201125122335-cd19bca6e436
github.com/lucas-clemente/quic-go v0.19.2
k8s.io/klog/v2 v2.2.0
)

replace (
github.com/apache/servicecomb-kie v0.1.0 => github.com/apache/servicecomb-kie v0.0.0-20190905062319-5ee098c8886f // indirect. TODO: remove this line when servicecomb-kie has a stable release
github.com/kubeedge/beehive => ../beehive
github.com/kubeedge/viaduct => ../viaduct
)
Loading

0 comments on commit 33427a7

Please sign in to comment.