Skip to content

Commit

Permalink
🐛 fix: reset terminal when done, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fawni committed Jun 9, 2023
1 parent e1502b5 commit 63d1210
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 11 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ module github.com/fawni/asunder
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/adrg/xdg v0.4.0
github.com/atotto/clipboard v0.1.4
github.com/charmbracelet/bubbles v0.10.3
github.com/charmbracelet/bubbletea v0.20.0
github.com/charmbracelet/lipgloss v0.5.0
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
github.com/pquerna/otp v1.3.0
github.com/spf13/cobra v1.4.0
github.com/uptrace/bun v1.1.4
github.com/uptrace/bun/dialect/sqlitedialect v1.1.4
github.com/uptrace/bun/driver/sqliteshim v1.1.4
github.com/charmbracelet/bubbles v0.16.1
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.7.1
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/muesli/termenv v0.15.1
github.com/pquerna/otp v1.4.0
github.com/spf13/cobra v1.7.0
github.com/uptrace/bun v1.1.14
github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
github.com/uptrace/bun/driver/sqliteshim v1.1.14
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 63d1210

Please sign in to comment.