File tree Expand file tree Collapse file tree 5 files changed +133
-31
lines changed Expand file tree Collapse file tree 5 files changed +133
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.6.1" ,
3
- "tool" : " go install -ldflags='-s -w'" ,
3
+ "tool" : " go install -v -trimpath - ldflags='-s -w'" ,
4
4
"importpath" : " github.com/voidint/tsdump/build" ,
5
5
"variables" : [
6
6
{
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/go-sql-driver/mysql v1.4.1
7
- github.com/go-xorm/builder v0.3.4 // indirect
8
- github.com/go-xorm/xorm v0.7.2
9
7
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
10
8
github.com/mattn/go-runewidth v0.0.4 // indirect
11
9
github.com/olekukonko/tablewriter v0.0.1
@@ -14,4 +12,5 @@ require (
14
12
github.com/urfave/cli v1.20.0
15
13
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
16
14
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
15
+ xorm.io/xorm v1.0.1
17
16
)
You can’t perform that action at this time.
0 commit comments