Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/docker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module docker
go 1.25.5

require (
github.com/99designs/gqlgen v0.17.86
github.com/99designs/gqlgen v0.17.88
github.com/Khan/genqlient v0.8.1
golang.org/x/sync v0.19.0
)
Expand All @@ -18,7 +18,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/vektah/gqlparser/v2 v2.5.31
github.com/vektah/gqlparser/v2 v2.5.32
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
Expand Down
4 changes: 2 additions & 2 deletions modules/kind/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.25.5
toolchain go1.25.7

require (
github.com/99designs/gqlgen v0.17.86
github.com/99designs/gqlgen v0.17.88
github.com/Khan/genqlient v0.8.1
github.com/vektah/gqlparser/v2 v2.5.31
github.com/vektah/gqlparser/v2 v2.5.32
go.opentelemetry.io/otel v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0
Expand Down