Skip to content

Commit ab1a541

Browse files
committed
Reorder logrus dependency in go.mod for consistency
1 parent d6ee0cd commit ab1a541

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ require (
2525
honnef.co/go/tools v0.6.1
2626
)
2727

28-
require github.com/sirupsen/logrus v1.8.1 // indirect
29-
3028
require (
3129
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
3230
github.com/PaesslerAG/gval v1.0.0 // indirect
@@ -42,6 +40,7 @@ require (
4240
github.com/mitchellh/mapstructure v1.5.0 // indirect
4341
github.com/otiai10/mint v1.6.3 // indirect
4442
github.com/pmezard/go-difflib v1.0.0 // indirect
43+
github.com/sirupsen/logrus v1.8.1 // indirect
4544
github.com/stretchr/objx v0.5.2 // indirect
4645
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
4746
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect

0 commit comments

Comments
 (0)