File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ module github.com/huaweicse/cse-collector
33require (
44 github.com/go-chassis/foundation v0.0.0-20190621030543-c3b63f787f4c
55 github.com/go-chassis/go-archaius v0.20.0
6- github.com/go-chassis/go-chassis v1.6.1
7- github.com/go-mesh/openlogging v1.0.0
6+ github.com/go-chassis/go-chassis v1.7.1
7+ github.com/go-mesh/openlogging v1.0.1-0.20181205082104-3d418c478b2d
8+ github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
89 github.com/huaweicse/auth v1.1.1
10+ github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f // indirect
11+ github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect
12+ github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
913)
Original file line number Diff line number Diff line change 88
99 "github.com/go-chassis/go-chassis/core/common"
1010 "github.com/go-chassis/go-chassis/core/config"
11- "github.com/go-chassis/go-chassis/core/endpoint-discovery "
11+ "github.com/go-chassis/go-chassis/core/endpoint"
1212 chassisTLS "github.com/go-chassis/go-chassis/core/tls"
1313 "github.com/go-mesh/openlogging"
1414)
You can’t perform that action at this time.
0 commit comments