Skip to content

Commit

Permalink
fix: dependabot yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Jan 17, 2022
1 parent d5d9aad commit afd6d29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ module github.com/KarolosLykos/cli-template

go 1.17

require github.com/spf13/cobra v1.3.0
require (
github.com/spf13/cobra v1.3.0
github.com/pterm/pterm v0.12.33
)

require (
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/gookit/color v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/pterm/pterm v0.12.33 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
Expand Down

0 comments on commit afd6d29

Please sign in to comment.