Skip to content

Commit d6f0d5d

Browse files
committed
Update dependencies
1 parent 6e0d4ab commit d6f0d5d

File tree

5 files changed

+133
-31
lines changed

5 files changed

+133
-31
lines changed

gbb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.6.1",
3-
"tool": "go install -ldflags='-s -w'",
3+
"tool": "go install -v -trimpath -ldflags='-s -w'",
44
"importpath": "github.com/voidint/tsdump/build",
55
"variables": [
66
{

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ go 1.12
44

55
require (
66
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
97
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
108
github.com/mattn/go-runewidth v0.0.4 // indirect
119
github.com/olekukonko/tablewriter v0.0.1
@@ -14,4 +12,5 @@ require (
1412
github.com/urfave/cli v1.20.0
1513
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
1614
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
15+
xorm.io/xorm v1.0.1
1716
)

0 commit comments

Comments
 (0)