Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
helderfarias committed Dec 21, 2021
1 parent b1ab784 commit b9767c6
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 94 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ go 1.13
require (
github.com/kr/pretty v0.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit b9767c6

Please sign in to comment.