We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc1e82 commit ec61948Copy full SHA for ec61948
components/usage/go.mod
@@ -60,6 +60,7 @@ require (
60
github.com/google/uuid v1.1.2
61
github.com/relvacode/iso8601 v1.1.0
62
github.com/robfig/cron v1.2.0
63
+ github.com/sirupsen/logrus v1.8.1
64
github.com/spf13/cobra v1.4.0
65
github.com/stretchr/testify v1.7.0
66
gorm.io/datatypes v1.0.6
@@ -86,7 +87,6 @@ require (
86
87
github.com/prometheus/client_model v0.2.0 // indirect
88
github.com/prometheus/common v0.32.1 // indirect
89
github.com/prometheus/procfs v0.7.3 // indirect
- github.com/sirupsen/logrus v1.8.1 // indirect
90
github.com/spf13/pflag v1.0.5 // indirect
91
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
92
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
0 commit comments