File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/NodeOps-app/createos-cli
33go 1.26.3
44
55require (
6+ atomicgo.dev/keyboard v0.2.9
67 github.com/charmbracelet/bubbletea v1.3.10
78 github.com/charmbracelet/lipgloss v1.1.0
89 github.com/go-resty/resty/v2 v2.17.2
910 github.com/pterm/pterm v0.12.83
1011 github.com/urfave/cli/v2 v2.27.7
1112 golang.org/x/crypto v0.52.0
12- golang.org/x/mod v0.36 .0
13+ golang.org/x/mod v0.37 .0
1314 golang.org/x/term v0.43.0
1415)
1516
1617require (
1718 atomicgo.dev/cursor v0.2.0 // indirect
18- atomicgo.dev/keyboard v0.2.9 // indirect
1919 atomicgo.dev/schedule v0.1.0 // indirect
2020 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2121 github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 h1:MDc5xs78ZrZr3HMQugiXOAkSZ
112112golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 /go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE =
113113golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
114114golang.org/x/mod v0.8.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
115- golang.org/x/mod v0.36 .0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4 =
116- golang.org/x/mod v0.36 .0 /go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ =
115+ golang.org/x/mod v0.37 .0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ =
116+ golang.org/x/mod v0.37 .0 /go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0 =
117117golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
118118golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
119119golang.org/x/net v0.0.0-20220722155237-a158d28d115b /go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c =
You can’t perform that action at this time.
0 commit comments