Commit fb29481 1 parent 7e48de4 commit fb29481 Copy full SHA for fb29481
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/noborus/tbln v0.0.1
10
10
github.com/olekukonko/tablewriter v0.0.4
11
11
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
12
- golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
12
+ golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
13
13
google.golang.org/appengine v1.6.5 // indirect
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h
70
70
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
71
71
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
72
72
golang.org/x/sys v0.0.0-20190618155005-516e3c20635f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
73
- golang.org/x/sys v0.0.0-20191220220014-0732a990476f h1:72l8qCJ1nGxMGH26QVBVIxKd/D34cfGt0OvrPtpemyY =
74
- golang.org/x/sys v0.0.0-20191220220014-0732a990476f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
73
+ golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 h1:Dho5nD6R3PcW2SH1or8vS0dszDaXRxIw55lBX7XiE5g =
74
+ golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
75
75
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
76
76
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs =
77
77
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
Original file line number Diff line number Diff line change 1
1
package trdsql
2
2
3
3
// Version is trdsql version
4
- var Version = `v0.7.2 `
4
+ var Version = `v0.7.3 `
You can’t perform that action at this time.
0 commit comments