Skip to content

Commit 63f7d03

Browse files
fix(deps): update go module updates patch (#41)
Co-authored-by: netic-renovate[bot] <207156494+netic-renovate[bot]@users.noreply.github.com>
1 parent 95df9c5 commit 63f7d03

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/docker/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module docker
33
go 1.25.5
44

55
require (
6-
github.com/99designs/gqlgen v0.17.86
6+
github.com/99designs/gqlgen v0.17.88
77
github.com/Khan/genqlient v0.8.1
88
golang.org/x/sync v0.19.0
99
)
@@ -18,7 +18,7 @@ require (
1818
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
1919
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
2020
github.com/sosodev/duration v1.3.1 // indirect
21-
github.com/vektah/gqlparser/v2 v2.5.31
21+
github.com/vektah/gqlparser/v2 v2.5.32
2222
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
2323
go.opentelemetry.io/otel v1.40.0
2424
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0

modules/kind/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.25.5
55
toolchain go1.25.7
66

77
require (
8-
github.com/99designs/gqlgen v0.17.86
8+
github.com/99designs/gqlgen v0.17.88
99
github.com/Khan/genqlient v0.8.1
10-
github.com/vektah/gqlparser/v2 v2.5.31
10+
github.com/vektah/gqlparser/v2 v2.5.32
1111
go.opentelemetry.io/otel v1.40.0
1212
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
1313
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0

0 commit comments

Comments
 (0)