slog
slog copied to clipboard
Minimal structured logging library for Go
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.7.1 to 0.10.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.10.0 String Transforms 💄 Lip Gloss v0.10.0 features a brand new Transform function for Styles to alter strings...
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.11.0 to 0.21.0. Commits 5f0bb72 go.mod: update golang.org/x dependencies 46c790f go.mod: update golang.org/x dependencies 5b15d26 go.mod: update golang.org/x dependencies c5eaf76 go.mod: update golang.org/x dependencies 353276a go.mod: update...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.7.1 to 0.11.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.11.0 Immutable Styles and Raw Speed, Baby So! The big news in this release is: Style methods will...
We had [an issue](https://github.com/coder/coder/issues/20704) that was ultimately caused by a bad slog call that panicked. Panicking on a log call is pretty severe and unfriendly---and generally should be reserved for...