"sourcecode.social/reiver/go-erorr" -> "github.com/reiver/go-erorr"

master
Charles Iliya Krempeaux 2024-08-01 17:06:53 -07:00
parent 8bff72142e
commit a5a8363975
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
package jsonstr package jsonstr
import ( import (
"sourcecode.social/reiver/go-erorr" "github.com/reiver/go-erorr"
) )
const ( const (

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/reiver/go-jsonstr
go 1.20 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

4
go.sum
View File

@ -1,2 +1,2 @@
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 h1:wpnz4JicQBLWrgGphYBls7DysIFCcnWgDz/vce/sY8E= github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f h1:D1QSxKHm8U73XhjsW3SFLkT0zT5pKJi+1KGboMhY1Rk=
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/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=