File tree Expand file tree Collapse file tree 3 files changed +24
-260
lines changed Expand file tree Collapse file tree 3 files changed +24
-260
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/SkyAPM/go2sky v0.5.0
7
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
8
- google.golang.org/api v0.30.0 // indirect
7
+ github.com/golang/mock v1.4.3 // indirect
8
+ github.com/golang/protobuf v1.4.2 // indirect
9
+ github.com/google/go-cmp v0.5.1 // indirect
10
+ github.com/kr/pretty v0.1.0 // indirect
11
+ golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
12
+ golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
13
+ golang.org/x/text v0.3.3 // indirect
14
+ google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c // indirect
15
+ google.golang.org/grpc v1.31.0 // indirect
16
+ google.golang.org/protobuf v1.25.0 // indirect
17
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
9
18
xorm.io/xorm v1.0.3
10
19
)
You can’t perform that action at this time.
0 commit comments