Add config package
This commit is contained in:
parent
677a8b7640
commit
e549157d50
7 changed files with 178 additions and 11 deletions
6
go.mod
6
go.mod
|
|
@ -3,6 +3,7 @@ module git.andreafazzi.eu/andrea/probo
|
|||
go 1.22.3
|
||||
|
||||
require (
|
||||
github.com/FurqanSoftware/goldmark-katex v0.0.0-20230820031700-1c400212c1e1
|
||||
github.com/alecthomas/chroma v0.10.0
|
||||
github.com/charmbracelet/bubbles v0.18.1-0.20240309002305-b9e62cbfe181
|
||||
github.com/charmbracelet/bubbletea v0.26.4
|
||||
|
|
@ -18,14 +19,14 @@ require (
|
|||
github.com/lmittmann/tint v1.0.4
|
||||
github.com/muesli/termenv v0.15.2
|
||||
github.com/remogatto/prettytest v0.0.0-20200211072524-6d385e11dcb8
|
||||
github.com/remogatto/sugarfoam v0.0.0-20240418083243-766dd70853af
|
||||
github.com/remogatto/sugarfoam v0.0.0-20241204175858-db1c41bea832
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/viper v1.19.0
|
||||
github.com/yuin/goldmark v1.5.6
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/FurqanSoftware/goldmark-katex v0.0.0-20230820031700-1c400212c1e1 // indirect
|
||||
github.com/alecthomas/chroma/v2 v2.8.0 // indirect
|
||||
github.com/atotto/clipboard v0.1.4 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
|
|
@ -71,7 +72,6 @@ require (
|
|||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/subosito/gotenv v1.6.0 // indirect
|
||||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
||||
github.com/yuin/goldmark v1.5.6 // indirect
|
||||
github.com/yuin/goldmark-emoji v1.0.2 // indirect
|
||||
go.uber.org/atomic v1.9.0 // indirect
|
||||
go.uber.org/multierr v1.9.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue