@@ -4,22 +4,22 @@ go 1.24
44
55require (
66 connectrpc.com/connect v1.18.1
7- github.com/docker/cli v28.0.4 +incompatible
8- github.com/docker/docker v28.0.4 +incompatible
7+ github.com/docker/cli v28.2.1 +incompatible
8+ github.com/docker/docker v28.2.1 +incompatible
99 github.com/google/uuid v1.6.0
1010 github.com/joho/godotenv v1.5.1
1111 github.com/opencontainers/image-spec v1.1.1
1212 github.com/rs/zerolog v1.34.0
1313 github.com/spf13/viper v1.20.1
1414 github.com/stretchr/testify v1.10.0
15- golang.org/x/crypto v0.36 .0
16- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
17- golang.org/x/net v0.38 .0
15+ golang.org/x/crypto v0.38 .0
16+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
17+ golang.org/x/net v0.40 .0
1818 google.golang.org/protobuf v1.36.6
1919 gopkg.in/natefinch/lumberjack.v2 v2.2.1
20- gorm.io/driver/postgres v1.5.11
20+ gorm.io/driver/postgres v1.6.0
2121 gorm.io/driver/sqlite v1.5.7
22- gorm.io/gorm v1.25.12
22+ gorm.io/gorm v1.30.0
2323)
2424
2525require (
@@ -31,32 +31,32 @@ require (
3131 github.com/docker/go-connections v0.5.0 // indirect
3232 github.com/docker/go-units v0.5.0 // indirect
3333 github.com/felixge/httpsnoop v1.0.4 // indirect
34- github.com/fsnotify/fsnotify v1.8 .0 // indirect
34+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
3535 github.com/go-logr/logr v1.4.2 // indirect
3636 github.com/go-logr/stdr v1.2.2 // indirect
3737 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3838 github.com/gogo/protobuf v1.3.2 // indirect
3939 github.com/jackc/pgpassfile v1.0.0 // indirect
4040 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
41- github.com/jackc/pgx/v5 v5.7.4 // indirect
41+ github.com/jackc/pgx/v5 v5.7.5 // indirect
4242 github.com/jackc/puddle/v2 v2.2.2 // indirect
4343 github.com/jinzhu/inflection v1.0.0 // indirect
4444 github.com/jinzhu/now v1.1.5 // indirect
4545 github.com/mattn/go-colorable v0.1.14 // indirect
4646 github.com/mattn/go-isatty v0.0.20 // indirect
47- github.com/mattn/go-sqlite3 v1.14.24 // indirect
47+ github.com/mattn/go-sqlite3 v1.14.28 // indirect
4848 github.com/moby/docker-image-spec v1.3.1 // indirect
4949 github.com/moby/term v0.5.0 // indirect
5050 github.com/morikuni/aec v1.0.0 // indirect
5151 github.com/opencontainers/go-digest v1.0.0 // indirect
52- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
52+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5353 github.com/pkg/errors v0.9.1 // indirect
5454 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5555 github.com/sagikazarmark/locafero v0.9.0 // indirect
5656 github.com/sirupsen/logrus v1.9.3 // indirect
5757 github.com/sourcegraph/conc v0.3.0 // indirect
5858 github.com/spf13/afero v1.14.0 // indirect
59- github.com/spf13/cast v1.7.1 // indirect
59+ github.com/spf13/cast v1.8.0 // indirect
6060 github.com/spf13/pflag v1.0.6 // indirect
6161 github.com/subosito/gotenv v1.6.0 // indirect
6262 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -66,9 +66,9 @@ require (
6666 go.opentelemetry.io/otel/metric v1.35.0 // indirect
6767 go.opentelemetry.io/otel/trace v1.35.0 // indirect
6868 go.uber.org/multierr v1.11.0 // indirect
69- golang.org/x/sync v0.12 .0 // indirect
70- golang.org/x/sys v0.31 .0 // indirect
71- golang.org/x/text v0.23 .0 // indirect
69+ golang.org/x/sync v0.14 .0 // indirect
70+ golang.org/x/sys v0.33 .0 // indirect
71+ golang.org/x/text v0.25 .0 // indirect
7272 golang.org/x/time v0.11.0 // indirect
7373 gopkg.in/yaml.v3 v3.0.1 // indirect
7474 gotest.tools/v3 v3.5.1 // indirect
0 commit comments