"sourcecode.social/reiver/go-erorr" -> "github.com/reiver/go-erorr"
parent
c65e9a7d47
commit
b92e977814
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module github.com/reiver/go-nul
|
|||
|
||||
go 1.18
|
||||
|
||||
require sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect
|
||||
require github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82
|
||||
|
|
4
go.sum
4
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-20240704145350-0485e21eaa82 h1:xxt7qL+7ZfRysXWXU2MpULOg/zWe5P+Fmw9VyUFCmZE=
|
||||
github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=
|
||||
|
|
|
@ -3,7 +3,7 @@ package nul
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
)
|
||||
|
||||
var _ json.Marshaler = Nothing[bool]()
|
||||
|
|
|
@ -3,7 +3,7 @@ package nul
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
)
|
||||
|
||||
const errNilReceiver = erorr.Error("nul: nil receiver")
|
||||
|
|
Loading…
Reference in New Issue