@@ -3,17 +3,20 @@ module github.com/bootdotdev/bootdev
33go 1.22.1
44
55require (
6+ github.com/charmbracelet/bubbles v0.18.0
7+ github.com/charmbracelet/bubbletea v0.26.1
8+ github.com/charmbracelet/lipgloss v0.10.0
69 github.com/itchyny/gojq v0.12.15
10+ github.com/muesli/termenv v0.15.2
11+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
712 github.com/spf13/cobra v1.8.0
813 github.com/spf13/viper v1.18.2
914 golang.org/x/mod v0.17.0
15+ golang.org/x/term v0.19.0
1016)
1117
1218require (
1319 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
14- github.com/charmbracelet/bubbles v0.18.0 // indirect
15- github.com/charmbracelet/bubbletea v0.26.1 // indirect
16- github.com/charmbracelet/lipgloss v0.10.0 // indirect
1720 github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
1821 github.com/fsnotify/fsnotify v1.7.0 // indirect
1922 github.com/hashicorp/hcl v1.0.0 // indirect
@@ -28,9 +31,7 @@ require (
2831 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
2932 github.com/muesli/cancelreader v0.2.2 // indirect
3033 github.com/muesli/reflow v0.3.0 // indirect
31- github.com/muesli/termenv v0.15.2 // indirect
3234 github.com/pelletier/go-toml/v2 v2.1.0 // indirect
33- github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
3435 github.com/rivo/uniseg v0.4.7 // indirect
3536 github.com/sagikazarmark/locafero v0.4.0 // indirect
3637 github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -44,7 +45,6 @@ require (
4445 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
4546 golang.org/x/sync v0.7.0 // indirect
4647 golang.org/x/sys v0.19.0 // indirect
47- golang.org/x/term v0.19.0 // indirect
4848 golang.org/x/text v0.14.0 // indirect
4949 gopkg.in/ini.v1 v1.67.0 // indirect
5050 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments