chore(deps): update module github.com/sijms/go-ora/v2 to v2.9.0
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 44s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 48s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 1m48s
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 Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 24s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 30s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Failing after 2m21s

This commit is contained in:
CSRBot 2025-06-09 22:03:02 +00:00
parent 3959a5abfb
commit 993ce4f4f5
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
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
)

4
go.sum
View File

@ -4,8 +4,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sijms/go-ora/v2 v2.8.24 h1:TODRWjWGwJ1VlBOhbTLat+diTYe8HXq2soJeB+HMjnw=
github.com/sijms/go-ora/v2 v2.8.24/go.mod h1:QgFInVi3ZWyqAiJwzBQA+nbKYKH77tdp1PYoCqhR2dU=
github.com/sijms/go-ora/v2 v2.9.0 h1:+iQbUeTeCOFMb5BsOMgUhV8KWyrv9yjKpcK4x7+MFrg=
github.com/sijms/go-ora/v2 v2.9.0/go.mod h1:QgFInVi3ZWyqAiJwzBQA+nbKYKH77tdp1PYoCqhR2dU=
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=