mirror of
https://gitlab.durp.info/durfy/modules/durpify.git
synced 2026-05-07 08:00:30 -05:00
initial commit
This commit is contained in:
commit
35fa88b45b
17 changed files with 630 additions and 0 deletions
19
cmd/logger/go.mod
Normal file
19
cmd/logger/go.mod
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
module gitlab.com/developerdurp/durpify/logger
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require github.com/charmbracelet/log v0.4.0
|
||||
|
||||
require (
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/lipgloss v0.10.0 // indirect
|
||||
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.18 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||
github.com/muesli/reflow v0.3.0 // indirect
|
||||
github.com/muesli/termenv v0.15.2 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue