Dependency updates and cleanup.#13
Conversation
Updated all direct and indirect dependencies via `go get -u ./...` and `go mod tidy`. Notable changes: - github.com/cyverse-de/configurate: pseudo-version => v0.0.0-20260305004742-e3d1c1150f1e - github.com/cyverse-de/go-mod/otelutils: v0.0.3 => v0.0.6 - github.com/lib/pq: v1.10.9 => v1.12.3 - github.com/sirupsen/logrus: v1.9.3 => v1.9.4 - github.com/spf13/viper: v1.18.2 => v1.21.0 - go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux: v0.49.0 => v0.68.0 - golang.org/x/sys: v0.42.0 => v0.44.0 - google.golang.org/grpc: v1.59.0 => v1.81.1 - Various other indirect dep upgrades (protobuf, genproto, etc.) mapstructure migration: NOT triggered. mitchellh/mapstructure v1.5.0 remains resolvable after go mod tidy; go-viper/mapstructure/v2 was added as an indirect dep (pulled in by viper v1.21.0) but the direct import in statuschangetimeout.go was not changed since the build succeeds without it. The otel Jaeger exporter (go.opentelemetry.io/otel/exporters/jaeger) was removed from go.mod by go mod tidy as it is no longer required by the updated otelutils module; OTLP/gRPC exporter was added in its place as a new indirect dep. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Code reviewFound 1 issue:
Helper (logs any non-nil error, no filter for Representative call site — Lines 119 to 140 in 5902e48 Same pattern affects async-tasks/behaviors/statuschangetimeout/statuschangetimeout.go Lines 135 to 144 in 5902e48 Suggested fix: have 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Re-review of 23567e9The fix resolves the spurious-error-log issue I flagged. Optional nit, not a blocker: LGTM. 🤖 Generated with Claude Code |
|
Good catch. I found myself wondering if I should make the errors to skip customizable for different cases, so I'll do that now. |
|
Thanks for the reviews. 👍 |
No description provided.