Skip to content

Commit 13f2332

Browse files
fix(deps): update all
1 parent 97d9e50 commit 13f2332

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: docker.redpanda.com/redpandadata/redpanda:v23.2.21
45+
image: docker.redpanda.com/redpandadata/redpanda:v25.1.9
4646
container_name: kafka1
4747
healthcheck: { test: curl -f localhost:9644/v1/status/ready, interval: 1s, start_period: 30s }
4848
volumes:
@@ -70,7 +70,7 @@ services:
7070
- --default-log-level=info
7171

7272
topics:
73-
image: docker.redpanda.com/redpandadata/redpanda:v23.2.21
73+
image: docker.redpanda.com/redpandadata/redpanda:v25.1.9
7474
depends_on:
7575
kafka1:
7676
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.41.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.39.0
3940
golang.org/x/sync v0.15.0
4041
golang.org/x/text v0.26.0

go.sum

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

0 commit comments

Comments
 (0)