Skip to content

Commit a06f01d

Browse files
committed
Updated dependencies
1 parent bfc12c7 commit a06f01d

File tree

6 files changed

+86
-86
lines changed

6 files changed

+86
-86
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
github.com/jackc/puddle/v2 v2.2.2 // indirect
2626
github.com/pkg/errors v0.9.1 // indirect
2727
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
28-
github.com/stretchr/testify v1.10.0 // indirect
29-
golang.org/x/crypto v0.40.0 // indirect
28+
github.com/stretchr/testify v1.11.1 // indirect
29+
golang.org/x/crypto v0.41.0 // indirect
3030
golang.org/x/sync v0.16.0 // indirect
31-
golang.org/x/text v0.27.0 // indirect
31+
golang.org/x/text v0.28.0 // indirect
3232
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
124124
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
125125
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
126126
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
127-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
128-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
127+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
128+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
129129
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
130130
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
131131
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
@@ -151,8 +151,8 @@ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5y
151151
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
152152
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
153153
golang.org/x/crypto v0.20.0/go.mod h1:Xwo95rrVNIoSMx9wa1JroENMToLWn3RNVrTBpLHgZPQ=
154-
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
155-
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
154+
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
155+
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
156156
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
157157
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
158158
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
@@ -204,8 +204,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
204204
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
205205
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
206206
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
207-
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
208-
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
207+
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
208+
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
209209
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
210210
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
211211
golang.org/x/tools v0.0.0-20190425163242-31fd60d6bfdc/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=

store/awsrds/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/davepgreene/go-db-credential-refresh/store/awsrds
22

33
go 1.23.0
44

5-
toolchain go1.24.0
5+
toolchain go1.25.0
66

77
replace github.com/davepgreene/go-db-credential-refresh => ../../
88

@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2 v1.38.3
1212
github.com/aws/aws-sdk-go-v2/credentials v1.18.10
1313
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.6
14-
github.com/davepgreene/go-db-credential-refresh v1.0.0
14+
github.com/davepgreene/go-db-credential-refresh v1.0.0-placeholder
1515
github.com/mitchellh/mapstructure v1.5.0
1616
)
1717

@@ -30,7 +30,7 @@ require (
3030
github.com/jackc/pgx/v5 v5.7.5 // indirect
3131
github.com/jackc/puddle/v2 v2.2.2 // indirect
3232
github.com/lib/pq v1.10.9 // indirect
33-
golang.org/x/crypto v0.40.0 // indirect
33+
golang.org/x/crypto v0.41.0 // indirect
3434
golang.org/x/sync v0.16.0 // indirect
35-
golang.org/x/text v0.27.0 // indirect
35+
golang.org/x/text v0.28.0 // indirect
3636
)

store/awsrds/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
136136
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
137137
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
138138
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
139-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
140-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
139+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
140+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
141141
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
142142
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
143143
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
@@ -163,8 +163,8 @@ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5y
163163
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
164164
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
165165
golang.org/x/crypto v0.20.0/go.mod h1:Xwo95rrVNIoSMx9wa1JroENMToLWn3RNVrTBpLHgZPQ=
166-
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
167-
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
166+
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
167+
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
168168
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
169169
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
170170
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
@@ -216,8 +216,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
216216
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
217217
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
218218
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
219-
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
220-
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
219+
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
220+
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
221221
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
222222
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
223223
golang.org/x/tools v0.0.0-20190425163242-31fd60d6bfdc/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=

store/vault/go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ module github.com/davepgreene/go-db-credential-refresh/store/vault
22

33
go 1.24.0
44

5+
toolchain go1.25.0
6+
57
replace github.com/davepgreene/go-db-credential-refresh => ../../
68

79
require (
8-
github.com/davepgreene/go-db-credential-refresh v1.0.0
10+
github.com/davepgreene/go-db-credential-refresh v1.0.0-placeholder
911
github.com/hashicorp/vault-client-go v0.4.3
1012
github.com/testcontainers/testcontainers-go v0.38.0
1113
github.com/testcontainers/testcontainers-go/modules/postgres v0.38.0
@@ -55,7 +57,7 @@ require (
5557
github.com/json-iterator/go v1.1.12 // indirect
5658
github.com/klauspost/compress v1.18.0 // indirect
5759
github.com/lib/pq v1.10.9 // indirect
58-
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
60+
github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54 // indirect
5961
github.com/magiconair/properties v1.8.10 // indirect
6062
github.com/mitchellh/go-homedir v1.1.0 // indirect
6163
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -75,34 +77,32 @@ require (
7577
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7678
github.com/rogpeppe/go-internal v1.14.1 // indirect
7779
github.com/ryanuber/go-glob v1.0.0 // indirect
78-
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
80+
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
7981
github.com/sirupsen/logrus v1.9.3 // indirect
80-
github.com/stretchr/testify v1.10.0 // indirect
82+
github.com/stretchr/testify v1.11.1 // indirect
8183
github.com/tklauser/go-sysconf v0.3.15 // indirect
8284
github.com/tklauser/numcpus v0.10.0 // indirect
8385
github.com/x448/float16 v0.8.4 // indirect
8486
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8587
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
86-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
87-
go.opentelemetry.io/otel v1.37.0 // indirect
88-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
89-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
90-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
88+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
89+
go.opentelemetry.io/otel v1.38.0 // indirect
90+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
91+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
92+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
9193
go.yaml.in/yaml/v2 v2.4.2 // indirect
92-
golang.org/x/crypto v0.40.0 // indirect
93-
golang.org/x/net v0.42.0 // indirect
94+
golang.org/x/crypto v0.41.0 // indirect
95+
golang.org/x/net v0.43.0 // indirect
9496
golang.org/x/sync v0.16.0 // indirect
95-
golang.org/x/sys v0.34.0 // indirect
96-
golang.org/x/text v0.27.0 // indirect
97+
golang.org/x/sys v0.35.0 // indirect
98+
golang.org/x/text v0.28.0 // indirect
9799
golang.org/x/time v0.12.0 // indirect
98-
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
99-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
100100
gopkg.in/inf.v0 v0.9.1 // indirect
101101
gopkg.in/yaml.v3 v3.0.1 // indirect
102102
k8s.io/apimachinery v0.34.0 // indirect
103103
k8s.io/klog/v2 v2.130.1 // indirect
104-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
105-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
104+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
105+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
106106
sigs.k8s.io/randfill v1.0.0 // indirect
107107
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
108108
)

0 commit comments

Comments
 (0)