Tags: aurc/loggo
Tags
Update dependencies to latest compatible versions (#34) * Update dependencies to latest compatible versions - Update cloud.google.com/go packages - Update github.com/gdamore/tcell/v2 for terminal UI - Update github.com/rivo/tview for UI components - Update github.com/spf13/cobra CLI framework - Update OpenTelemetry instrumentation packages - Update golang.org/x packages (crypto, net, oauth2, sync, sys, term, text, time) - Update Google API and gRPC packages - All tests passing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix unkeyed struct literals in lexer - Add Name and Pattern field names to lexer.SimpleRule initialization - Improves code clarity and resolves go vet warnings - All tests passing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Replace interface{} with any type alias (#33)
- Update all interface{} occurrences to use any
- Modernize type declarations (available since Go 1.18)
- Updated 11 files covering filters, config, readers, and views
- All tests passing
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Feature/go 1.26 ioutil fix (#32) * Replace deprecated io/ioutil with os package - Replace ioutil.ReadFile with os.ReadFile - Replace ioutil.ReadDir with os.ReadDir - Remove io/ioutil imports - All tests passing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Bump go version --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Update Go version to 1.26 (#31) - Update go.mod to Go 1.26 - Update GitHub Actions workflows to Go 1.26 - Fix fmt.Sprintf format string checks (Go 1.26 stricter validation) - All tests passing Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
PreviousNext