@@ -3,22 +3,22 @@ module postgresql-cluster-console
33go 1.24
44
55require (
6- github.com/docker/docker v28.4.0 +incompatible
6+ github.com/docker/docker v28.5.1 +incompatible
77 github.com/docker/go-connections v0.6.0
88 github.com/gdex-lab/go-render v1.0.1
9- github.com/go-openapi/errors v0.22.2
10- github.com/go-openapi/loads v0.22.0
11- github.com/go-openapi/runtime v0.28 .0
12- github.com/go-openapi/strfmt v0.23 .0
9+ github.com/go-openapi/errors v0.22.3
10+ github.com/go-openapi/loads v0.23.1
11+ github.com/go-openapi/runtime v0.29 .0
12+ github.com/go-openapi/strfmt v0.24 .0
1313 github.com/google/uuid v1.6.0
1414 github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
1515 github.com/jackc/pgx/v5 v5.7.6
1616 github.com/jessevdk/go-flags v1.6.1
1717 github.com/kelseyhightower/envconfig v1.4.0
1818 github.com/mitchellh/mapstructure v1.5.0
19- github.com/pressly/goose/v3 v3.25 .0
19+ github.com/pressly/goose/v3 v3.26 .0
2020 github.com/rs/zerolog v1.34.0
21- github.com/segmentio/asm v1.2.0
21+ github.com/segmentio/asm v1.2.1
2222 go.openly.dev/pointy v1.3.0
2323 golang.org/x/sync v0.17.0
2424 gotest.tools/v3 v3.5.2
0 commit comments