(refactor): prepare breaking v2 API
- rename package to sneklog and move module to /v2 - replace text output flags with writer formatters - remove external color dependencies - update migration notes and coverage
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
module git.scuroneko.dev/scuroneko/slog
|
||||
module git.scuroneko.dev/scuroneko/slog/v2
|
||||
|
||||
go 1.26
|
||||
|
||||
require github.com/fatih/color v1.19.0
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.21 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user