"sourcecode.social/reiver/go-erorr" -> "github.com/reiver/go-erorr"
parent
d3fef91594
commit
c54aeaff62
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-jsonint"
|
||||
|
|
|
@ -3,7 +3,7 @@ package admn
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package admn
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
)
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package ent
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-erorr"
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
)
|
||||
|
|
6
go.mod
6
go.mod
|
@ -4,7 +4,6 @@ go 1.20
|
|||
|
||||
require (
|
||||
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1
|
||||
sourcecode.social/reiver/go-jsonint v0.0.0-20230924212905-09e0626e3dd8
|
||||
sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e
|
||||
sourcecode.social/reiver/go-jsonstr v0.0.0-20230927032837-cca9187c9798
|
||||
|
@ -12,4 +11,7 @@ require (
|
|||
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd
|
||||
)
|
||||
|
||||
require github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82 // indirect
|
||||
require (
|
||||
github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue