Skip to content

Commit 5b675dd

Browse files
author
刘翔鹏
committed
upd: span Create -> Exit
1 parent 96870fe commit 5b675dd

File tree

3 files changed

+24
-260
lines changed

3 files changed

+24
-260
lines changed

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ go 1.14
44

55
require (
66
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
918
xorm.io/xorm v1.0.3
1019
)

0 commit comments

Comments
 (0)