"sourcecode.social/reiver/go-erorr" -> "github.com/reiver/go-erorr"
parent
e17c568066
commit
de2a043732
|
@ -1,7 +1,7 @@
|
|||
package jsonint
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
5
go.mod
5
go.mod
|
@ -2,7 +2,4 @@ module github.com/reiver/go-jsonint
|
|||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20230923212734-e38043bd8901 // indirect
|
||||
)
|
||||
require github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82
|
||||
|
|
6
go.sum
6
go.sum
|
@ -1,4 +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=
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20230923212734-e38043bd8901 h1:mMuaCYrl0WklX8gDaA+WvPmXFMs2YhdbgYmW3E8A36M=
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20230923212734-e38043bd8901/go.mod h1:SEWWqfbCkDQCL0mpqwZEJQQkqLzhJZs1k4EmJ9xPU0E=
|
||||
github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82 h1:xxt7qL+7ZfRysXWXU2MpULOg/zWe5P+Fmw9VyUFCmZE=
|
||||
github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=
|
||||
|
|
Loading…
Reference in New Issue