update logrus

This commit is contained in:
wh1te909 2022-07-25 21:33:13 -07:00
parent 1fbf2be562
commit eb386a4ee2
2 changed files with 6 additions and 2 deletions

4
go.mod
View file

@ -14,12 +14,12 @@ require (
github.com/nats-io/nats.go v1.16.0
github.com/rickb777/date v1.19.1
github.com/shirou/gopsutil/v3 v3.22.6
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/ugorji/go/codec v1.2.7
github.com/wh1te909/go-win64api v0.0.0-20210906074314-ab23795a6ae5
github.com/wh1te909/trmm-shared v0.0.0-20220227075846-f9f757361139
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
)
require (