Skip to content

Commit ec61948

Browse files
committed
fix
1 parent 8fc1e82 commit ec61948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ require (
6060
github.com/google/uuid v1.1.2
6161
github.com/relvacode/iso8601 v1.1.0
6262
github.com/robfig/cron v1.2.0
63+
github.com/sirupsen/logrus v1.8.1
6364
github.com/spf13/cobra v1.4.0
6465
github.com/stretchr/testify v1.7.0
6566
gorm.io/datatypes v1.0.6
@@ -86,7 +87,6 @@ require (
8687
github.com/prometheus/client_model v0.2.0 // indirect
8788
github.com/prometheus/common v0.32.1 // indirect
8889
github.com/prometheus/procfs v0.7.3 // indirect
89-
github.com/sirupsen/logrus v1.8.1 // indirect
9090
github.com/spf13/pflag v1.0.5 // indirect
9191
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
9292
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect

0 commit comments

Comments
 (0)