File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module docker
33go 1.25.5
44
55require (
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
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ go 1.25.5
55toolchain go1.25.7
66
77require (
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
You can’t perform that action at this time.
0 commit comments