diff --git a/go.mod b/go.mod index dca4ae2..70be37a 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.14 require ( github.com/google/uuid v1.6.0 github.com/peterh/liner v1.2.1 - github.com/sirupsen/logrus v1.5.0 + github.com/sirupsen/logrus v1.8.3 )