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

master
Charles Iliya Krempeaux 2024-08-01 16:31:41 -07:00
parent c65e9a7d47
commit b92e977814
4 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/reiver/go-nul
go 1.18 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
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-20240704145350-0485e21eaa82 h1:xxt7qL+7ZfRysXWXU2MpULOg/zWe5P+Fmw9VyUFCmZE=
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/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=

View File

@ -3,7 +3,7 @@ package nul
import ( import (
"encoding/json" "encoding/json"
"sourcecode.social/reiver/go-erorr" "github.com/reiver/go-erorr"
) )
var _ json.Marshaler = Nothing[bool]() var _ json.Marshaler = Nothing[bool]()

View File

@ -3,7 +3,7 @@ package nul
import ( import (
"encoding/json" "encoding/json"
"sourcecode.social/reiver/go-erorr" "github.com/reiver/go-erorr"
) )
const errNilReceiver = erorr.Error("nul: nil receiver") const errNilReceiver = erorr.Error("nul: nil receiver")