File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 7
7
interval : weekly
8
8
9
9
- package-ecosystem : docker
10
- directory : /
10
+ directories :
11
+ - /
12
+ - /mailer
11
13
open-pull-requests-limit : 2
12
14
schedule :
13
15
interval : monthly
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ require (
15
15
github.com/prometheus/client_golang v1.20.5
16
16
github.com/redis/go-redis/v9 v9.7.0
17
17
github.com/stretchr/testify v1.10.0
18
- github.com/testcontainers/testcontainers-go v0.34 .0
18
+ github.com/testcontainers/testcontainers-go v0.35 .0
19
19
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
20
- github.com/testcontainers/testcontainers-go/modules/redis v0.34 .0
20
+ github.com/testcontainers/testcontainers-go/modules/redis v0.35 .0
21
21
golang.org/x/time v0.9.0
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -303,12 +303,12 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
303
303
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
304
304
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
305
305
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
306
- github.com/testcontainers/testcontainers-go v0.34 .0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo =
307
- github.com/testcontainers/testcontainers-go v0.34 .0 /go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ =
306
+ github.com/testcontainers/testcontainers-go v0.35 .0 h1:uADsZpTKFAtp8SLK+hMwSaa+X+JiERHtd4sQAFmXeMo =
307
+ github.com/testcontainers/testcontainers-go v0.35 .0 /go.mod h1:oEVBj5zrfJTrgjwONs1SsRbnBtH9OKl+IGl3UMcr2B4 =
308
308
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0 h1:c51aBXT3v2HEBVarmaBnsKzvgZjC5amn0qsj8Naqi50 =
309
309
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0 /go.mod h1:EWP75ogLQU4M4L8U+20mFipjV4WIR9WtlMXSB6/wiuc =
310
- github.com/testcontainers/testcontainers-go/modules/redis v0.34 .0 h1:HkkKZPi6W2I+ywqplvnKOYRBKXQgpdxErBbdgx8F8nw =
311
- github.com/testcontainers/testcontainers-go/modules/redis v0.34 .0 /go.mod h1:iUkbN75F4E8WC5C1MfHbGOHOuKU7gOJfHjtwMT8G9QE =
310
+ github.com/testcontainers/testcontainers-go/modules/redis v0.35 .0 h1:RBgVefU5j5IWapp3TNKqMTYX+M22OSjtuORjPd4+g08 =
311
+ github.com/testcontainers/testcontainers-go/modules/redis v0.35 .0 /go.mod h1:UgghVXQ0//D3MjC8X71Bpb/lUCChidjNCRILD+btqfU =
312
312
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU =
313
313
github.com/tklauser/go-sysconf v0.3.12 /go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI =
314
314
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk =
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.3 -alpine AS builder
1
+ FROM golang:1.23.4 -alpine AS builder
2
2
3
3
WORKDIR /app
4
4
You can’t perform that action at this time.
0 commit comments