File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ go 1.26.0
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
77 github.com/briandowns/spinner v1.23.2
8- github.com/charmbracelet/bubbles v1.0.0
98 github.com/charmbracelet/bubbletea v1.3.10
109 github.com/charmbracelet/huh v1.0.0
1110 github.com/charmbracelet/lipgloss v1.1.0
@@ -28,7 +27,7 @@ require (
2827 github.com/spf13/cobra v1.10.2
2928 github.com/stretchr/testify v1.11.1
3029 github.com/uber/jaeger-client-go v2.30.0+incompatible
31- golang.org/x/mod v0.33 .0
30+ golang.org/x/mod v0.34 .0
3231 golang.org/x/sys v0.42.0
3332 golang.org/x/text v0.34.0
3433 gopkg.in/yaml.v2 v2.4.0
@@ -43,6 +42,7 @@ require (
4342 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4443 github.com/catppuccin/go v0.3.0 // indirect
4544 github.com/chainguard-dev/git-urls v1.0.2 // indirect
45+ github.com/charmbracelet/bubbles v1.0.0 // indirect
4646 github.com/charmbracelet/colorprofile v0.4.2 // indirect
4747 github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
4848 github.com/charmbracelet/x/exp/strings v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+o
245245golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 /go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o =
246246golang.org/x/mod v0.1.0 /go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY =
247247golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
248- golang.org/x/mod v0.33 .0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
249- golang.org/x/mod v0.33 .0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
248+ golang.org/x/mod v0.34 .0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI =
249+ golang.org/x/mod v0.34 .0 /go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY =
250250golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
251251golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
252252golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
You can’t perform that action at this time.
0 commit comments