Skip to content

Commit

Permalink
Update dependencies | Fix go CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Feb 12, 2022
1 parent 258f6cb commit 4fdb4cf
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 707 deletions.
21 changes: 13 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ module github.com/yankeexe/air-quality-cli
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.14
github.com/gookit/color v1.4.2
github.com/ktr0731/go-fuzzyfinder v0.4.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/gookit/color v1.5.0
github.com/kr/text v0.2.0 // indirect
github.com/ktr0731/go-fuzzyfinder v0.5.1
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 4fdb4cf

Please sign in to comment.