diff --git a/ent/account.go b/ent/account.go index 25f1722..2ebff73 100644 --- a/ent/account.go +++ b/ent/account.go @@ -5,8 +5,8 @@ import ( "github.com/reiver/go-erorr" "sourcecode.social/reiver/go-nul" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" - "sourcecode.social/reiver/go-jsonint" ) var _ json.Marshaler = Account{} diff --git a/ent/account_marshaljson_test.go b/ent/account_marshaljson_test.go index d96f8ad..cf7ca56 100644 --- a/ent/account_marshaljson_test.go +++ b/ent/account_marshaljson_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "sourcecode.social/reiver/go-nul" "github.com/reiver/go-opt" diff --git a/ent/admn/account_marshaljson_test.go b/ent/admn/account_marshaljson_test.go index e882c6d..3ac7302 100644 --- a/ent/admn/account_marshaljson_test.go +++ b/ent/admn/account_marshaljson_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "sourcecode.social/reiver/go-nul" "github.com/reiver/go-opt" diff --git a/ent/poll.go b/ent/poll.go index d2d362c..294a5b8 100644 --- a/ent/poll.go +++ b/ent/poll.go @@ -1,7 +1,7 @@ package ent import ( - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" "sourcecode.social/reiver/go-nul" ) diff --git a/ent/polloption.go b/ent/polloption.go index dbd470d..cf2226b 100644 --- a/ent/polloption.go +++ b/ent/polloption.go @@ -1,7 +1,7 @@ package ent import ( - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" "sourcecode.social/reiver/go-nul" ) diff --git a/ent/previewcard.go b/ent/previewcard.go index 63302cf..d1d5a35 100644 --- a/ent/previewcard.go +++ b/ent/previewcard.go @@ -1,7 +1,7 @@ package ent import ( - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" "sourcecode.social/reiver/go-nul" ) diff --git a/ent/report_marshaljson_test.go b/ent/report_marshaljson_test.go index 85ceb13..0e1781b 100644 --- a/ent/report_marshaljson_test.go +++ b/ent/report_marshaljson_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "sourcecode.social/reiver/go-jsonpp" "sourcecode.social/reiver/go-jsonstr" "sourcecode.social/reiver/go-nul" diff --git a/ent/role.go b/ent/role.go index a413065..952fa12 100644 --- a/ent/role.go +++ b/ent/role.go @@ -4,7 +4,7 @@ import ( "encoding/json" "github.com/reiver/go-opt" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" ) var _ json.Marshaler = Role{} diff --git a/ent/role_unmarshaljson_test.go b/ent/role_unmarshaljson_test.go index b98fe9c..59433a9 100644 --- a/ent/role_unmarshaljson_test.go +++ b/ent/role_unmarshaljson_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" "github.com/reiver/go-mstdn/ent" diff --git a/ent/status.go b/ent/status.go index 9491119..0b675bc 100644 --- a/ent/status.go +++ b/ent/status.go @@ -3,7 +3,7 @@ package ent import ( "encoding/json" - "sourcecode.social/reiver/go-jsonint" + "github.com/reiver/go-jsonint" "github.com/reiver/go-opt" "sourcecode.social/reiver/go-nul" ) diff --git a/go.mod b/go.mod index 60ec060..b367d89 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,14 @@ go 1.20 require ( github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc - 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 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-20240801225431-de2a043732b5 + require ( github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82 sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect diff --git a/go.sum b/go.sum index cc9372e..dc9c9a2 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,12 @@ github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo= 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= +github.com/reiver/go-jsonint v0.0.0-20240801225431-de2a043732b5 h1:kWb8QFum28pHL1D5j96vrLCI+WfNxnJcXf0sirHnfck= +github.com/reiver/go-jsonint v0.0.0-20240801225431-de2a043732b5/go.mod h1:1lW12ILqOxqtylQBMezy6oRuMQWlzFjeWF/Wbz/9U8g= 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= sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1/go.mod h1:NFtd7fzEf0r6A6R7JXYZfayRhPaJy0zt/18VWoLzrxA= -sourcecode.social/reiver/go-jsonint v0.0.0-20230924212905-09e0626e3dd8 h1:Qf3OP8Z89a6t4M6qwF7q4+DYhU93rPFPJ1sl+bxesME= -sourcecode.social/reiver/go-jsonint v0.0.0-20230924212905-09e0626e3dd8/go.mod h1:PpaukJtakk0O45CurQVADzvpu4/2y0n1tc0j1dG1bVw= sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e h1:hZJldAi9A94yjuyu7YzTH1MuBWQuPMbdM/aPFfow+zk= 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=