Skip to content

Commit 0003baf

Browse files
fix(deps): update all
1 parent bd246e5 commit 0003baf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- "demo:password:::inbound,outbound,reconciliation,returned"
4343

4444
kafka1:
45-
image: redpandadata/redpanda:v24.3.6
45+
image: redpandadata/redpanda:v25.1.4
4646
container_name: kafka1
4747
healthcheck:
4848
{
@@ -75,7 +75,7 @@ services:
7575
- --default-log-level=info
7676

7777
topics:
78-
image: redpandadata/redpanda:v24.3.6
78+
image: redpandadata/redpanda:v25.1.4
7979
depends_on:
8080
kafka1:
8181
condition: service_healthy

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ require (
3535
gocloud.dev v0.37.0
3636
gocloud.dev/pubsub/kafkapubsub v0.34.0
3737
goftp.io/server v0.4.1
38+
goftp.io/server/v2 v2.0.1
3839
golang.org/x/crypto v0.38.0
3940
golang.org/x/sync v0.14.0
4041
golang.org/x/text v0.25.0

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ gocloud.dev/pubsub/kafkapubsub v0.34.0 h1:hcTnP1WARSqwBqdWvCCr6n4JhpUvKlPy5RcRwD
13441344
gocloud.dev/pubsub/kafkapubsub v0.34.0/go.mod h1:nKPI5GpFiByxF3IIC600FqH1KvSHoyqzZ6STmeEeSMI=
13451345
goftp.io/server v0.4.1 h1:x7KG4HIxSMdK/rpYhExMinRN/aO/T9icvaG/B5e/XfY=
13461346
goftp.io/server v0.4.1/go.mod h1:hFZeR656ErRt3ojMKt7H10vQ5nuWV1e0YeUTeorlR6k=
1347+
goftp.io/server/v2 v2.0.1/go.mod h1:7+H/EIq7tXdfo1Muu5p+l3oQ6rYkDZ8lY7IM5d5kVdQ=
13471348
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
13481349
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
13491350
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=

0 commit comments

Comments
 (0)