Skip to content

Commit 1731405

Browse files
committed
Bump antlr driver to try avoiding memory leak
1 parent 7e97fbb commit 1731405

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.13
55
require (
66
github.com/VividCortex/mysqlerr v0.0.0-20201215173831-4c396ae82aac
77
github.com/abbot/go-http-auth v0.4.0
8-
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f
8+
github.com/antlr/antlr4 v0.0.0-20210221031308-60fd27ff93a8
99
github.com/deckarep/golang-set v1.7.1
1010
github.com/go-sql-driver/mysql v1.5.0
1111
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
1717
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
1818
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
1919
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
20-
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f h1:wUtLHuPO/sScvJYvntGmS2jSll+CtxTDpzZNvCXJepw=
21-
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f/go.mod h1:T7PbCXFs94rrTttyxjbyT5+/1V8T2TYDejxUfHJjw1Y=
20+
github.com/antlr/antlr4 v0.0.0-20210221031308-60fd27ff93a8 h1:U9u8WXsKqHa6T2QJpatkePkDKqesefzIQCMXGWIDTD8=
21+
github.com/antlr/antlr4 v0.0.0-20210221031308-60fd27ff93a8/go.mod h1:T7PbCXFs94rrTttyxjbyT5+/1V8T2TYDejxUfHJjw1Y=
2222
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
2323
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
2424
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)