Skip to content

Commit 52f1350

Browse files
author
Yves Trudeau
committed
Upgrage go-sql-driver/mysql to v1.7.1
1 parent 8d9b0e5 commit 52f1350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
1010
github.com/fatih/color v1.10.0 // indirect
1111
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
12-
github.com/go-sql-driver/mysql v1.6.0
12+
github.com/go-sql-driver/mysql v1.7.1
1313
github.com/google/btree v1.0.0 // indirect
1414
github.com/hashicorp/consul/api v1.7.0
1515
github.com/hashicorp/go-cleanhttp v0.5.2-0.20190406162018-d3fcbee8e181 // indirect

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ github.com/fatih/color
1818
# github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
1919
## explicit
2020
github.com/go-martini/martini
21-
# github.com/go-sql-driver/mysql v1.6.0
21+
# github.com/go-sql-driver/mysql v1.7.1
2222
## explicit
2323
github.com/go-sql-driver/mysql
2424
# github.com/google/btree v1.0.0

0 commit comments

Comments
 (0)