mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 16:35:00 +00:00
Move entirely to zerolog (#426)
Completely switch to zerolog (Remove usage of logrus and std logger) Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
2
go.mod
2
go.mod
@@ -19,7 +19,6 @@ require (
|
||||
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
||||
github.com/franela/goblin v0.0.0-20200512143142-b260c999b2d7
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
|
||||
github.com/gin-gonic/gin v1.7.4
|
||||
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
@@ -43,7 +42,6 @@ require (
|
||||
github.com/prometheus/client_golang v1.7.1
|
||||
github.com/rs/zerolog v1.25.0
|
||||
github.com/russross/meddler v1.0.1
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/stretchr/objx v0.3.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
|
||||
|
Reference in New Issue
Block a user