chore(deps): update module github.com/sijms/go-ora/v2 to v2.9.0
All checks were successful
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 39s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 42s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 49s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
Lint Markdown files / markdown-lint (pull_request) Successful in 16s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m53s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 18s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s

This commit is contained in:
2025-08-11 16:05:45 +00:00
parent 59468c80f6
commit 6ff83fc26b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.24
require (
github.com/lib/pq v1.10.9
github.com/sijms/go-ora/v2 v2.8.24
github.com/sijms/go-ora/v2 v2.9.0
github.com/spf13/cobra v1.9.1
)