Skip to content

Commit cd4c6b4

Browse files
committed
Fix GO driver module version
Fixed the GO driver module version.
1 parent 327014a commit cd4c6b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/golang/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module github.com/apache/age/drivers/golang
2222
go 1.16
2323

2424
require (
25-
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521184019-c5ad59b459ec
25+
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20221020221120-327014a2b522
2626
github.com/lib/pq v1.10.2
2727
github.com/stretchr/testify v1.7.0
2828
)

0 commit comments

Comments
 (0)