diff --git a/go.mod b/go.mod index d17892d..2d44c70 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/pierrre/assert v0.6.0 - github.com/pierrre/errors v0.10.0 + github.com/pierrre/errors v0.10.1 github.com/pierrre/go-libs v0.9.6 ) diff --git a/go.sum b/go.sum index 9ce858b..dd06555 100644 --- a/go.sum +++ b/go.sum @@ -2,7 +2,7 @@ github.com/pierrre/assert v0.6.0 h1:h5b5xD3wI+kK8zeAXc7eBwkDbY4zrt+PRBcTaiem3ss= github.com/pierrre/assert v0.6.0/go.mod h1:K9POezIIIkBerBcpA2p6r7WkrBzJ7eX8b38ikzpiquQ= github.com/pierrre/compare v1.4.13 h1:b6gi3OgN1emmD1Ly37m+B/Pbq6tac+w3lNGT5xu4I10= github.com/pierrre/compare v1.4.13/go.mod h1:+ie0ecM2nS32oLck0FWDstwIUSZ0YF4KBIaACOvKhJM= -github.com/pierrre/errors v0.10.0 h1:WsAVAkvY143dffDbIHQWI0kVZuWEg+GMZ/kPeVsG6Lo= -github.com/pierrre/errors v0.10.0/go.mod h1:bK+d6Dk4wLxxsgnFzff8aqnROMmU08mTM4tcQX83RQ0= +github.com/pierrre/errors v0.10.1 h1:kSwceHaLh/yQ4MfJ7buh/HK5/pl+CZYQmb+ailJ9gmI= +github.com/pierrre/errors v0.10.1/go.mod h1:IAGTUdSAq0X50i9MGEVXwhGAyRqXqC3/8qYSxaWFGks= github.com/pierrre/go-libs v0.9.6 h1:Lj+GN+E28tJdTZwJF7rlzcNmrwxn8UTY/dyRmPjK2dI= github.com/pierrre/go-libs v0.9.6/go.mod h1:Bd2rkKVvjMWABSeFwRHJfou1eKZPFTfL4N1YdICq5z4=