diff --git a/errors.go b/errors.go index 9c71a03..0d96921 100644 --- a/errors.go +++ b/errors.go @@ -1,7 +1,7 @@ package jsonstr import ( - "sourcecode.social/reiver/go-erorr" + "github.com/reiver/go-erorr" ) const ( diff --git a/go.mod b/go.mod index 38e50cf..6a615d5 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/reiver/go-jsonstr go 1.20 -require sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect +require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f diff --git a/go.sum b/go.sum index fa79421..1e5d1bf 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 h1:wpnz4JicQBLWrgGphYBls7DysIFCcnWgDz/vce/sY8E= -sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1/go.mod h1:NFtd7fzEf0r6A6R7JXYZfayRhPaJy0zt/18VWoLzrxA= +github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f h1:D1QSxKHm8U73XhjsW3SFLkT0zT5pKJi+1KGboMhY1Rk= +github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=