Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <brian.downs@gmail.com>
  • Loading branch information
briandowns committed Feb 27, 2023
1 parent 19fbdf3 commit 9fd9f41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
module github.com/briandowns/spinner

go 1.14
go 1.17

require (
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8
golang.org/x/term v0.1.0
)

require (
github.com/mattn/go-colorable v0.1.2 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)

0 comments on commit 9fd9f41

Please sign in to comment.