diff --git a/go.mod b/go.mod index dad941e..d67f890 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/grafana/k6deps v0.1.8 github.com/grafana/k6pack v0.2.3 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 - github.com/samber/slog-logrus/v2 v2.5.1 + github.com/samber/slog-logrus/v2 v2.5.2 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 @@ -27,7 +27,7 @@ require ( github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/samber/lo v1.47.0 // indirect - github.com/samber/slog-common v0.18.0 // indirect + github.com/samber/slog-common v0.18.1 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/mod v0.21.0 // indirect golang.org/x/sys v0.29.0 // indirect diff --git a/go.sum b/go.sum index d12c5d7..dcc6d91 100644 --- a/go.sum +++ b/go.sum @@ -41,10 +41,10 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99 github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc= github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU= -github.com/samber/slog-common v0.18.0 h1:zPeXHM+WhMl2zSx76Rg3EE0jwXdkut9s45K+pwhcO1c= -github.com/samber/slog-common v0.18.0/go.mod h1:6Krf+hemckfEiRDqy3J/sTpKTJQvmOoFLj9Riz3IkRU= -github.com/samber/slog-logrus/v2 v2.5.1 h1:f4YBejVz85E7AC7Pr0Hd5vx1EnLMPdxN1d3a3+7VRNE= -github.com/samber/slog-logrus/v2 v2.5.1/go.mod h1:EcE7NMudrRQO4wzPI0BKP4iuy/c5EIzPr5HbX4z+plY= +github.com/samber/slog-common v0.18.1 h1:c0EipD/nVY9HG5shgm/XAs67mgpWDMF+MmtptdJNCkQ= +github.com/samber/slog-common v0.18.1/go.mod h1:QNZiNGKakvrfbJ2YglQXLCZauzkI9xZBjOhWFKS3IKk= +github.com/samber/slog-logrus/v2 v2.5.2 h1:pReWs5r4u/NbZokrJkFoFhURA5CnlUAgcMcPV1U1LuY= +github.com/samber/slog-logrus/v2 v2.5.2/go.mod h1:wHDewbid6WQqF8E1HfMGeQtd+nAs9aqZgWCHoiGy4sQ= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=