You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/11/29 09:14:52 UTC

[GitHub] [age] lukehinds commented on a diff in pull request #373: Update to go version 1.19, as 1.16 is EOL

lukehinds commented on code in PR #373:
URL: https://github.com/apache/age/pull/373#discussion_r1034484079


##########
drivers/golang/go.mod:
##########
@@ -19,10 +19,16 @@
 
 module github.com/apache/age/drivers/golang
 
-go 1.16
+go 1.19
 
 require (
 	github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521184019-c5ad59b459ec
 	github.com/lib/pq v1.10.2
 	github.com/stretchr/testify v1.7.0
 )
+
+require (
+	github.com/davecgh/go-spew v1.1.0 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)

Review Comment:
   Note, these are additions from running `go mod tidy` so are new transient deps from using go 1.19.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org