mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +00:00
chore: remove unused logrous package
This commit is contained in:
parent
518aa1b2a7
commit
5213612033
2 changed files with 1 additions and 15 deletions
2
go.mod
2
go.mod
|
@ -6,7 +6,6 @@ require (
|
|||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/nektos/act v0.2.26
|
||||
github.com/rs/zerolog v1.26.1
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/cobra v1.4.0
|
||||
)
|
||||
|
||||
|
@ -57,6 +56,7 @@ require (
|
|||
github.com/rivo/uniseg v0.2.0 // indirect
|
||||
github.com/robfig/cron v1.2.0 // indirect
|
||||
github.com/sergi/go-diff v1.2.0 // indirect
|
||||
github.com/sirupsen/logrus v1.8.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
||||
go.opencensus.io v0.23.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue