From a5a8363975f15443b5a7db28cfaf5868239a1eb1 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 1 Aug 2024 17:06:53 -0700 Subject: [PATCH] "sourcecode.social/reiver/go-erorr" -> "github.com/reiver/go-erorr" --- errors.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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=