Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 15, 2021
1 parent d77fb7d commit 8956d5f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 556 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ go 1.17

require (
github.com/caarlos0/env/v6 v6.7.2
github.com/charmbracelet/bubbletea v0.19.0
github.com/charmbracelet/bubbletea v0.19.1
github.com/charmbracelet/lipgloss v0.4.0
github.com/charmbracelet/wish v0.0.0-00010101000000-000000000000
github.com/gliderlabs/ssh v0.3.3
github.com/maaslalani/confetty v0.0.0-20211101194212-8c21d0b66058
github.com/maaslalani/confetty v0.0.0-20211105043600-c1f984adc7d6
github.com/muesli/termenv v0.9.0
)

require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/charmbracelet/harmonica v0.1.1-0.20211027165653-ff7be1c0cd31 // indirect
github.com/charmbracelet/harmonica v0.1.1-0.20211102215834-9db67628b1a0 // indirect
github.com/charmbracelet/keygen v0.1.2 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Expand All @@ -26,7 +26,7 @@ require (
github.com/muesli/reflow v0.3.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)

Expand Down
Loading

0 comments on commit 8956d5f

Please sign in to comment.