diff --git a/go.mod b/go.mod index 65fca2b..a25f806 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/gopacket v1.1.19 github.com/nextmn/cli-xdg v0.0.1 github.com/nextmn/go-pfcp-networking v0.0.42 - github.com/nextmn/logrus-formatter v0.2.0 + github.com/nextmn/logrus-formatter v0.2.1 github.com/sirupsen/logrus v1.9.4 github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 github.com/urfave/cli/v3 v3.6.1 diff --git a/go.sum b/go.sum index b3c4351..10a3fb8 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/nextmn/cli-xdg v0.0.1 h1:IboSpc2dPINT9/ErwW+9rVFmckaMp7s/oEMx5+kDgL4= github.com/nextmn/cli-xdg v0.0.1/go.mod h1:Uzay2Eepw4hfwNVHa6KWnb2mj/Cxiyh4iFllbzkavdc= github.com/nextmn/go-pfcp-networking v0.0.42 h1:kYcGyIUMe/RVt3DpvDOKJt4+UbScIewDBMSQWLruusE= github.com/nextmn/go-pfcp-networking v0.0.42/go.mod h1:KYoKLiltDmHL2YMU5mz2k/E1xMoz4TpmzTz6Nr5u5gA= -github.com/nextmn/logrus-formatter v0.2.0 h1:uIohVfiR8+CiLBn/gbxExSutq57uZpBq7VBi3+vThKc= -github.com/nextmn/logrus-formatter v0.2.0/go.mod h1:+G9FGh86JyAJBDenHuMOtz2d+Dwkg5fYAUDG5rJj76M= +github.com/nextmn/logrus-formatter v0.2.1 h1:VPPeRiUd3wLKQUiRe3l39VmKkRVjxUDCAcwztlScV5M= +github.com/nextmn/logrus-formatter v0.2.1/go.mod h1:8y+A37DG6q6ZyDdu4fgPmJrHsYkYBFuayP5Pk/9afws= github.com/pascaldekloe/goe v0.1.1 h1:Ah6WQ56rZONR3RW3qWa2NCZ6JAVvSpUcoLBaOmYFt9Q= github.com/pascaldekloe/goe v0.1.1/go.mod h1:KSyfaxQOh0HZPjDP1FL/kFtbqYqrALJTaMafFUIccqU= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=