diff --git a/go.mod b/go.mod index 5ddace5..fa46180 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,6 @@ require ( github.com/go-courier/sqlx/v2 v2.8.1 github.com/golang/protobuf v1.3.1 github.com/google/uuid v1.1.1 - github.com/sirupsen/logrus v1.4.2 + github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.3.0 )