"sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul"
parent
d27dc98a50
commit
68d9cd12c5
|
@ -4,7 +4,7 @@ import (
|
|||
"encoding/json"
|
||||
|
||||
"github.com/reiver/go-erorr"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-jsonint"
|
||||
"github.com/reiver/go-opt"
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"encoding/json"
|
||||
|
||||
"github.com/reiver/go-jsonint"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
|
||||
"github.com/reiver/go-mstdn/ent"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
|
||||
"github.com/reiver/go-mstdn/ent"
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"encoding/json"
|
||||
|
||||
"github.com/reiver/go-jsonint"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
|
||||
"github.com/reiver/go-mstdn/ent"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
var _ json.Marshaler = Application{}
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"encoding/json"
|
||||
|
||||
"sourcecode.social/reiver/go-jsonpp"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
|
||||
"github.com/reiver/go-mstdn/ent"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/reiver/go-erorr"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
var _ json.Marshaler = Field{}
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"encoding/json"
|
||||
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
// See:
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"github.com/reiver/go-jsonint"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
type Poll struct {
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"github.com/reiver/go-jsonint"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
type PollOption struct {
|
||||
|
|
|
@ -3,7 +3,7 @@ package ent
|
|||
import (
|
||||
"github.com/reiver/go-jsonint"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
// See:
|
||||
|
|
|
@ -2,7 +2,7 @@ package ent
|
|||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-jsonstr"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/reiver/go-jsonint"
|
||||
"sourcecode.social/reiver/go-jsonpp"
|
||||
"sourcecode.social/reiver/go-jsonstr"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
"github.com/reiver/go-opt"
|
||||
|
||||
"github.com/reiver/go-mstdn/ent"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/reiver/go-jsonint"
|
||||
"github.com/reiver/go-opt"
|
||||
"sourcecode.social/reiver/go-nul"
|
||||
"github.com/reiver/go-nul"
|
||||
)
|
||||
|
||||
type Status struct {
|
||||
|
|
6
go.mod
6
go.mod
|
@ -6,11 +6,13 @@ require (
|
|||
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
|
||||
sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e
|
||||
sourcecode.social/reiver/go-jsonstr v0.0.0-20230927032837-cca9187c9798
|
||||
sourcecode.social/reiver/go-nul v0.0.0-20230927004815-8a8eeb3194fa
|
||||
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd
|
||||
)
|
||||
|
||||
require github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee
|
||||
require (
|
||||
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee
|
||||
github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
|
||||
|
|
4
go.sum
4
go.sum
|
@ -3,6 +3,8 @@ github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f h1:D1QSxKHm8U73Xhj
|
|||
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f/go.mod h1:F0HbBf+Ak2ZlE8YkDW4Y+KxaUmT0KaaIJK6CXY3cJxE=
|
||||
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee h1:DfEj/iGAIU8CtTcnttyU6t3lae0jl760fUGjxZhIHNU=
|
||||
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee/go.mod h1:1lW12ILqOxqtylQBMezy6oRuMQWlzFjeWF/Wbz/9U8g=
|
||||
github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48 h1:+x7mICqo/GBI0B7I5obJM51wve8zcIsTW5kdctlO9pw=
|
||||
github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48/go.mod h1:hN0edxyC/F7HMB86sn/ljqTJ0CrAeOCGMpCZJ2Nmtc4=
|
||||
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc h1:9ARo75fNaZDaGy6zzTrCnJWtkDMNigM7uMRRK8sUERM=
|
||||
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc/go.mod h1:Yu6dFKh0IZ0evP9U5QiBlxBa5BhlBzGEn7EZ1kP/pkA=
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 h1:wpnz4JicQBLWrgGphYBls7DysIFCcnWgDz/vce/sY8E=
|
||||
|
@ -11,7 +13,5 @@ sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e h1:hZJldAi
|
|||
sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e/go.mod h1:Wk0eR28gjwBkTH+6yv6lKOjoyqCntSOgQJJksJE1xc8=
|
||||
sourcecode.social/reiver/go-jsonstr v0.0.0-20230927032837-cca9187c9798 h1:yznt9jlfBogqkRvseZtzkeEA1BMktlveNVjDyoL0PSA=
|
||||
sourcecode.social/reiver/go-jsonstr v0.0.0-20230927032837-cca9187c9798/go.mod h1:K97qQnuRcjjh2OjhT2BzliIZMm8hLp4qIx8arkV/tnU=
|
||||
sourcecode.social/reiver/go-nul v0.0.0-20230927004815-8a8eeb3194fa h1:ws1aQ5mMDvBbKEEk0UulTN4Mmszcs6pn4CgMcTLVkv0=
|
||||
sourcecode.social/reiver/go-nul v0.0.0-20230927004815-8a8eeb3194fa/go.mod h1:4WTJneAzve27LLCE8+HRpFUIjuB3hgvZkNtlS43xbKw=
|
||||
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd h1:6MIrZc2s6m4SaHnP2Aza6Cg4kMBiwpi+8mKdO9sjfhw=
|
||||
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd/go.mod h1:mw0k5AKQBwJ75SIP6sm9HWCSkEVxqn9UlHDH+MR8pjo=
|
||||
|
|
Loading…
Reference in New Issue