This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new cd4c6b4  Fix GO driver module version
cd4c6b4 is described below

commit cd4c6b49a427b0465b4eeb7e1ead81ad1fb36170
Author: John Gemignani <[email protected]>
AuthorDate: Thu Oct 20 15:28:16 2022 -0700

    Fix GO driver module version
    
    Fixed the GO driver module version.
---
 drivers/golang/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/golang/go.mod b/drivers/golang/go.mod
index 81525d6..bd27c5c 100644
--- a/drivers/golang/go.mod
+++ b/drivers/golang/go.mod
@@ -22,7 +22,7 @@ module github.com/apache/age/drivers/golang
 go 1.16
 
 require (
-       github.com/antlr/antlr4/runtime/Go/antlr 
v0.0.0-20210521184019-c5ad59b459ec
+       github.com/antlr/antlr4/runtime/Go/antlr 
v0.0.0-20221020221120-327014a2b522
        github.com/lib/pq v1.10.2
        github.com/stretchr/testify v1.7.0
 )

Reply via email to