Skip to content

Commit 26f7447

Browse files
chore: bump github.com/jkjell/go-db-credential-refresh
Bumps [github.com/jkjell/go-db-credential-refresh](https://github.com/jkjell/go-db-credential-refresh) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/jkjell/go-db-credential-refresh/releases) - [Commits](jkjell/go-db-credential-refresh@v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: github.com/jkjell/go-db-credential-refresh dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d85349 commit 26f7447

File tree

2 files changed

+7
-184
lines changed

2 files changed

+7
-184
lines changed

go.mod

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/in-toto/archivista
22

3-
go 1.25.0
3+
go 1.26.1
44

55
require (
66
ariga.io/sqlcomment v0.1.0
@@ -18,7 +18,7 @@ require (
1818
github.com/gorilla/mux v1.8.1
1919
github.com/hashicorp/go-multierror v1.1.1
2020
github.com/in-toto/go-witness v0.9.1
21-
github.com/jackc/pgx/v5 v5.8.0
21+
github.com/jackc/pgx/v5 v5.9.1
2222
github.com/jkjell/go-db-credential-refresh/store/awsrds v0.0.0-20251027212758-4cea655064ca
2323
github.com/kelseyhightower/envconfig v1.4.0
2424
github.com/lib/pq v1.12.3
@@ -36,14 +36,8 @@ require (
3636
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.15 // indirect
3737
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect
3838
github.com/goccy/go-yaml v1.19.2 // indirect
39-
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
40-
github.com/jackc/pgconn v1.14.3 // indirect
41-
github.com/jackc/pgio v1.0.0 // indirect
4239
github.com/jackc/pgpassfile v1.0.0 // indirect
43-
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
4440
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
45-
github.com/jackc/pgtype v1.14.4 // indirect
46-
github.com/jackc/pgx/v4 v4.18.3 // indirect
4741
github.com/jackc/puddle/v2 v2.2.2 // indirect
4842
github.com/klauspost/crc32 v1.3.0 // indirect
4943
go.yaml.in/yaml/v2 v2.4.3 // indirect
@@ -98,7 +92,7 @@ require (
9892
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
9993
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10094
github.com/invopop/jsonschema v0.12.0 // indirect
101-
github.com/jkjell/go-db-credential-refresh v1.2.2
95+
github.com/jkjell/go-db-credential-refresh v1.3.0
10296
github.com/josharian/intern v1.0.0 // indirect
10397
github.com/json-iterator/go v1.1.12 // indirect
10498
github.com/klauspost/compress v1.18.2 // indirect

0 commit comments

Comments
 (0)