mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-03-07 12:58:04 +00:00
fix(deps): update module github.com/sirupsen/logrus (v1.9.3 → v1.9.4) (#123)
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,15 +3,15 @@ module github.com/ivuorinen/f2b
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/hashicorp/go-version v1.8.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/stretchr/testify v1.11.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.10 // indirect
|
||||
|
||||
Reference in New Issue
Block a user