Skip to content

Commit

Permalink
fix: go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Mar 14, 2022
1 parent faada8e commit 2e724bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/mattn/go-isatty v0.0.14
github.com/muesli/coral v1.0.0
github.com/muesli/mango-coral v1.0.1
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/roff v0.1.0
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0
github.com/tyler-smith/go-bip39 v1.1.0
Expand All @@ -22,7 +23,6 @@ require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/mango v0.1.0 // indirect
github.com/muesli/mango-pflag v0.1.0 // indirect
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
Expand Down

0 comments on commit 2e724bd

Please sign in to comment.