diff --git a/go.mod b/go.mod index bcb8cc1..df5eb22 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ require ( github.com/antonfisher/nested-logrus-formatter v1.3.0 - github.com/chai2010/webp v1.1.0 // indirect github.com/go-chi/chi v1.5.2 github.com/jmoiron/sqlx v1.3.1 github.com/lib/pq v1.2.0 + github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.7.0 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.4.0 // indirect