File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ require (
77 github.com/charmbracelet/bubbletea v1.3.10
88 github.com/charmbracelet/lipgloss v1.1.0
99 github.com/go-resty/resty/v2 v2.17.2
10+ github.com/joho/godotenv v1.5.1
1011 github.com/pterm/pterm v0.12.83
1112 github.com/urfave/cli/v2 v2.27.7
1213 golang.org/x/crypto v0.54.0
13- golang.org/x/mod v0.38 .0
14+ golang.org/x/mod v0.40 .0
1415 golang.org/x/term v0.45.0
1516)
1617
@@ -27,7 +28,6 @@ require (
2728 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2829 github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
2930 github.com/gookit/color v1.6.0 // indirect
30- github.com/joho/godotenv v1.5.1 // indirect
3131 github.com/lithammer/fuzzysearch v1.1.8 // indirect
3232 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3333 github.com/mattn/go-isatty v0.0.20 // indirect
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 h1:MDc5xs78ZrZr3HMQugiXOAkSZ
8181golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 /go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE =
8282golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
8383golang.org/x/mod v0.8.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
84- golang.org/x/mod v0.38 .0 h1:MECBjubtXD7yj4HrhIUcywNaGeNVUdfVnxmPajOk4yk =
85- golang.org/x/mod v0.38 .0 /go.mod h1:V6Xz0pq8TQ3dGqVQ1FVHuelZpAL0uNhSkk9ogYP3c40 =
84+ golang.org/x/mod v0.40 .0 h1:hUv+3cXcdRHz08UmSiOob7sadHig73uo5bkXxQ/tvUs =
85+ golang.org/x/mod v0.40 .0 /go.mod h1:0/weTWkPWGBikyTWAX3dkjVztMmBA5hM0DH6BElSupE =
8686golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
8787golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
8888golang.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