From 68d9cd12c57580e8341fc9c8f045e86d8cc97d16 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 1 Aug 2024 16:59:52 -0700 Subject: [PATCH] "sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul" --- ent/account.go | 2 +- ent/account_marshaljson_test.go | 2 +- ent/admn/account.go | 2 +- ent/admn/account_marshaljson_test.go | 2 +- ent/application.go | 2 +- ent/application_marshaljson_test.go | 2 +- ent/field.go | 2 +- ent/mediaattachment.go | 2 +- ent/poll.go | 2 +- ent/polloption.go | 2 +- ent/previewcard.go | 2 +- ent/report.go | 2 +- ent/report_marshaljson_test.go | 2 +- ent/status.go | 2 +- go.mod | 6 ++++-- go.sum | 4 ++-- 16 files changed, 20 insertions(+), 18 deletions(-) diff --git a/ent/account.go b/ent/account.go index 2ebff73..b968f52 100644 --- a/ent/account.go +++ b/ent/account.go @@ -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" ) diff --git a/ent/account_marshaljson_test.go b/ent/account_marshaljson_test.go index cf7ca56..fde7e29 100644 --- a/ent/account_marshaljson_test.go +++ b/ent/account_marshaljson_test.go @@ -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" diff --git a/ent/admn/account.go b/ent/admn/account.go index ea08c86..19ea8e1 100644 --- a/ent/admn/account.go +++ b/ent/admn/account.go @@ -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" ) diff --git a/ent/admn/account_marshaljson_test.go b/ent/admn/account_marshaljson_test.go index 3ac7302..ca86e07 100644 --- a/ent/admn/account_marshaljson_test.go +++ b/ent/admn/account_marshaljson_test.go @@ -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" diff --git a/ent/application.go b/ent/application.go index c2ec7dc..0192e54 100644 --- a/ent/application.go +++ b/ent/application.go @@ -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{} diff --git a/ent/application_marshaljson_test.go b/ent/application_marshaljson_test.go index e026f8a..cc73626 100644 --- a/ent/application_marshaljson_test.go +++ b/ent/application_marshaljson_test.go @@ -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" diff --git a/ent/field.go b/ent/field.go index 27c0102..344bf68 100644 --- a/ent/field.go +++ b/ent/field.go @@ -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{} diff --git a/ent/mediaattachment.go b/ent/mediaattachment.go index 3f613e6..e4db83d 100644 --- a/ent/mediaattachment.go +++ b/ent/mediaattachment.go @@ -4,7 +4,7 @@ import ( "encoding/json" "github.com/reiver/go-opt" - "sourcecode.social/reiver/go-nul" + "github.com/reiver/go-nul" ) // See: diff --git a/ent/poll.go b/ent/poll.go index 294a5b8..b998be1 100644 --- a/ent/poll.go +++ b/ent/poll.go @@ -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 { diff --git a/ent/polloption.go b/ent/polloption.go index cf2226b..52278cf 100644 --- a/ent/polloption.go +++ b/ent/polloption.go @@ -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 { diff --git a/ent/previewcard.go b/ent/previewcard.go index d1d5a35..1a9ed64 100644 --- a/ent/previewcard.go +++ b/ent/previewcard.go @@ -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: diff --git a/ent/report.go b/ent/report.go index 47108cb..0fe9afa 100644 --- a/ent/report.go +++ b/ent/report.go @@ -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" ) diff --git a/ent/report_marshaljson_test.go b/ent/report_marshaljson_test.go index 0e1781b..91da869 100644 --- a/ent/report_marshaljson_test.go +++ b/ent/report_marshaljson_test.go @@ -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" diff --git a/ent/status.go b/ent/status.go index 0b675bc..1190e82 100644 --- a/ent/status.go +++ b/ent/status.go @@ -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 { diff --git a/go.mod b/go.mod index 65b88cd..62815d0 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index ec02bac..c133e58 100644 --- a/go.sum +++ b/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=