diff --git a/go.mod b/go.mod index e9b5bea..a88856f 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/blugnu/errorcontext -go 1.21 +go 1.22 toolchain go1.24.1 retract v0.1.0 // published with incorrect module name in go.mod -require github.com/blugnu/test v0.11.0 +require github.com/blugnu/test v0.12.0 diff --git a/go.sum b/go.sum index 83010ac..3164b34 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/blugnu/test v0.11.0 h1:nwnsc+/AQFHiYTOTiOU22z5Uwd/opHSEsj9gudnuDEs= -github.com/blugnu/test v0.11.0/go.mod h1:7DcohgPcKb2RAKAwR4UFM1lDAWkgTGk4syk60bBRCrw= +github.com/blugnu/test v0.12.0 h1:hGVuCRhQlIlV0bfqIzllPr1TOIsA/LUaWA62jugAqIs= +github.com/blugnu/test v0.12.0/go.mod h1:RNrg6XuScgrASh71BXlNRjAEzAzX9NskuVG/qrqeunU=