Skip to content

Commit

Permalink
Merge pull request #59 from catouc/renovate/github.com-neo4j-neo4j-go…
Browse files Browse the repository at this point in the history
…-driver-v4-5.x

Update module github.com/neo4j/neo4j-go-driver/v4 to v5
  • Loading branch information
catouc authored Jan 28, 2023
2 parents 6fd9b9d + d19d80e commit c41b670
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 49 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ go 1.19
require (
github.com/ardanlabs/conf/v2 v2.2.0
github.com/cenkalti/backoff/v4 v4.2.0
github.com/neo4j/neo4j-go-driver/v4 v4.4.4
github.com/neo4j/neo4j-go-driver/v4 v4.4.5
github.com/neo4j/neo4j-go-driver/v5 v5.5.0
github.com/rs/zerolog v1.28.0
github.com/stretchr/testify v1.8.1
golang.org/x/time v0.3.0
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ github.com/neo4j/neo4j-go-driver/v4 v4.4.3 h1:uIP106GZwdWjbJY6jxRavHVPeUWKMTcR+c
github.com/neo4j/neo4j-go-driver/v4 v4.4.3/go.mod h1:NexOfrm4c317FVjekrhVV8pHBXgtMG5P6GeweJWCyo4=
github.com/neo4j/neo4j-go-driver/v4 v4.4.4 h1:SWVwM+F76eGeJaXSOw61zn5MHpHHsaM75ceRZytst9U=
github.com/neo4j/neo4j-go-driver/v4 v4.4.4/go.mod h1:NexOfrm4c317FVjekrhVV8pHBXgtMG5P6GeweJWCyo4=
github.com/neo4j/neo4j-go-driver/v4 v4.4.5 h1:1jakJeLnjZ3rB7Oh9PYVLUwCGduE43NLOz43M/pGKFU=
github.com/neo4j/neo4j-go-driver/v4 v4.4.5/go.mod h1:NexOfrm4c317FVjekrhVV8pHBXgtMG5P6GeweJWCyo4=
github.com/neo4j/neo4j-go-driver/v5 v5.5.0/go.mod h1:Vff8OwT7QpLm7L2yYr85XNWe9Rbqlbeb9asNXJTHO4k=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/github.com/neo4j/neo4j-go-driver/v4/neo4j/result.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ github.com/mattn/go-colorable
# github.com/mattn/go-isatty v0.0.14
## explicit; go 1.12
github.com/mattn/go-isatty
# github.com/neo4j/neo4j-go-driver/v4 v4.4.4
# github.com/neo4j/neo4j-go-driver/v4 v4.4.5
## explicit; go 1.16
github.com/neo4j/neo4j-go-driver/v4/neo4j
github.com/neo4j/neo4j-go-driver/v4/neo4j/db
Expand All @@ -26,6 +26,8 @@ github.com/neo4j/neo4j-go-driver/v4/neo4j/internal/racingio
github.com/neo4j/neo4j-go-driver/v4/neo4j/internal/retry
github.com/neo4j/neo4j-go-driver/v4/neo4j/internal/router
github.com/neo4j/neo4j-go-driver/v4/neo4j/log
# github.com/neo4j/neo4j-go-driver/v5 v5.5.0
## explicit; go 1.18
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
Expand Down

0 comments on commit c41b670

Please sign in to comment.