Skip to content

Commit

Permalink
fix: add testify to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Jan 26, 2022
1 parent 24bca9f commit 91c38d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/yaml.v2 v2.4.0
Expand Down

0 comments on commit 91c38d5

Please sign in to comment.