Moving internal types to the right location.

This commit is contained in:
Renan DelValle 2020-05-06 18:30:22 -07:00
parent e3e7bc1110
commit bbccabcd27
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 310 additions and 92 deletions

1
go.mod
View file

@ -8,6 +8,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.5.0
gopkg.in/yaml.v2 v2.2.8
)