File tree Expand file tree Collapse file tree 6 files changed +45
-164
lines changed Expand file tree Collapse file tree 6 files changed +45
-164
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"github.com/go-chassis/go-chassis/v2"
5
5
"github.com/go-chassis/openlog"
6
- _ "github.com/huaweicse/auth/adaptor/gochassis "
6
+ _ "github.com/go-chassis/go-chassis-cloud/provider/huawei/engine "
7
7
_ "github.com/huaweicse/cse-collector"
8
8
"github.com/huaweicse/cse-collector/example/order/resource"
9
9
"log"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"github.com/go-chassis/go-chassis/v2"
5
5
"github.com/go-chassis/openlog"
6
- _ "github.com/huaweicse/auth/adaptor/gochassis "
6
+ _ "github.com/go-chassis/go-chassis-cloud/provider/huawei/engine "
7
7
_ "github.com/huaweicse/cse-collector"
8
8
"github.com/huaweicse/cse-collector/example/restaurant/resource"
9
9
)
Original file line number Diff line number Diff line change 1
1
module github.com/huaweicse/cse-collector
2
2
3
3
require (
4
- github.com/go-chassis/foundation v0.1.1-0.20200825060850-b16bf420f7b3
5
- github.com/go-chassis/go-archaius v1.3.6-0.20200917065837-57a2bca2b7ff
6
- github.com/go-chassis/go-chassis/v2 v2.0.3-0.20200917125036-902f9f8fecd2
4
+ github.com/go-chassis/foundation v0.2.2
5
+ github.com/go-chassis/go-archaius v1.3.6-0.20201210061741-7450779aaeb8
6
+ github.com/go-chassis/go-chassis-cloud v1.8.4-0.20210226052155-87e13d7280b4
7
+ github.com/go-chassis/go-chassis/v2 v2.1.1
7
8
github.com/go-chassis/openlog v1.1.2
8
- github.com/huaweicse/auth v1.1.2
9
9
)
10
10
11
11
go 1.13
You can’t perform that action at this time.
0 commit comments