From b07024d997942dcd97a533e89a92619d5a9cdd98 Mon Sep 17 00:00:00 2001 From: "chii-bot[bot]" <109454249+chii-bot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 20:21:11 -0500 Subject: [PATCH] fix(deps): update module github.com/sirupsen/logrus to v1.9.2 (#132) | datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | go | github.com/sirupsen/logrus | v1.9.0 | v1.9.2 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebf58ba7..2e3c076f 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/matoous/go-nanoid/v2 v2.0.0 github.com/mitchellh/mapstructure v1.5.0 github.com/onrik/logrus v0.9.0 - github.com/sirupsen/logrus v1.9.0 + github.com/sirupsen/logrus v1.9.2 github.com/spf13/viper v1.13.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.25.2 diff --git a/go.sum b/go.sum index 53650909..341c554f 100644 --- a/go.sum +++ b/go.sum @@ -226,6 +226,8 @@ github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBO github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y= +github.com/sirupsen/logrus v1.9.2/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw= github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=