diff --git a/go.mod b/go.mod index b1d2539..772eb0e 100644 --- a/go.mod +++ b/go.mod @@ -114,7 +114,7 @@ require ( github.com/rivo/uniseg v0.2.0 // indirect github.com/robfig/cron/v3 v3.0.1 github.com/satori/go.uuid v1.2.0 - github.com/snowlyg/helper v0.1.43 + github.com/snowlyg/helper v0.1.44 github.com/ulikunitz/xz v0.5.10 // indirect github.com/xuri/efp v0.0.0-20210128032744-13be4fd5dcb5 // indirect golang.org/x/image v0.18.0 // indirect diff --git a/go.sum b/go.sum index c94b8b5..2a67323 100644 --- a/go.sum +++ b/go.sum @@ -212,8 +212,8 @@ github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNX github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/snowlyg/helper v0.1.43 h1:QbA9MUKdmCnznCegeOZNB2Jf+QaY/JR7M3N/EZAKKvE= -github.com/snowlyg/helper v0.1.43/go.mod h1:clk3YLLXdK+wO6Fu2EI8kBGz+ZRd1VBdijuCKL5J1NA= +github.com/snowlyg/helper v0.1.44 h1:bjfh0KzCdOsAW/zQUOU8rhePyCEylc9TTsFAyT24NHY= +github.com/snowlyg/helper v0.1.44/go.mod h1:clk3YLLXdK+wO6Fu2EI8kBGz+ZRd1VBdijuCKL5J1NA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=