diff --git a/go.mod b/go.mod index 81f3e1e..a72f2c7 100644 --- a/go.mod +++ b/go.mod @@ -10,6 +10,6 @@ require ( github.com/imdario/mergo v0.3.10 github.com/json-iterator/go v1.1.10 github.com/mitchellh/mapstructure v1.3.3 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.6.1 gopkg.in/yaml.v2 v2.3.0 )