diff --git a/go.mod b/go.mod index 5f5af05..42c4d2a 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-redis/redis v6.15.3+incompatible github.com/jinzhu/gorm v1.9.10 github.com/joho/godotenv v1.3.0 - golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 + golang.org/x/crypto v0.1.0 gopkg.in/go-playground/validator.v8 v8.18.2 - gopkg.in/yaml.v2 v2.2.2 + gopkg.in/yaml.v2 v2.2.8 )