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

master
Charles Iliya Krempeaux 2024-08-01 17:21:55 -07:00
parent 2ba320ba8e
commit b66e77028b
4 changed files with 7 additions and 11 deletions

View File

@ -5,7 +5,7 @@ import (
"encoding/json" "encoding/json"
"sourcecode.social/reiver/go-jsonpp" "github.com/reiver/go-jsonpp"
"github.com/reiver/go-nul" "github.com/reiver/go-nul"
"github.com/reiver/go-opt" "github.com/reiver/go-opt"

View File

@ -6,7 +6,7 @@ import (
"encoding/json" "encoding/json"
"github.com/reiver/go-jsonint" "github.com/reiver/go-jsonint"
"sourcecode.social/reiver/go-jsonpp" "github.com/reiver/go-jsonpp"
"github.com/reiver/go-jsonstr" "github.com/reiver/go-jsonstr"
"github.com/reiver/go-nul" "github.com/reiver/go-nul"
"github.com/reiver/go-opt" "github.com/reiver/go-opt"

8
go.mod
View File

@ -4,7 +4,6 @@ go 1.20
require ( require (
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd
) )
@ -15,7 +14,6 @@ require (
require github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1 require github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1
require ( require github.com/reiver/go-jsonpp v0.0.0-20240802001851-f43937cf4c93
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
)

6
go.sum
View File

@ -3,15 +3,13 @@ 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-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 h1:DfEj/iGAIU8CtTcnttyU6t3lae0jl760fUGjxZhIHNU=
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee/go.mod h1:1lW12ILqOxqtylQBMezy6oRuMQWlzFjeWF/Wbz/9U8g= github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee/go.mod h1:1lW12ILqOxqtylQBMezy6oRuMQWlzFjeWF/Wbz/9U8g=
github.com/reiver/go-jsonpp v0.0.0-20240802001851-f43937cf4c93 h1:1jZGr0Tuehn4Evhsiw5SsKLSJPcGKFulPNLbfih7/dI=
github.com/reiver/go-jsonpp v0.0.0-20240802001851-f43937cf4c93/go.mod h1:iubeYYU+lR1wqKssI6Sz1DK/Aw/N/qmRcam0wf8hYIs=
github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1 h1:32ulBfhFKQIaRMuwCo2vi7FLOphgyKTZzJIk+LWmMOE= github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1 h1:32ulBfhFKQIaRMuwCo2vi7FLOphgyKTZzJIk+LWmMOE=
github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1/go.mod h1:/msMJNY8TjDYgO/h06wEuzTWGs1b37xbUo8FH/2aZqQ= github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1/go.mod h1:/msMJNY8TjDYgO/h06wEuzTWGs1b37xbUo8FH/2aZqQ=
github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48 h1:+x7mICqo/GBI0B7I5obJM51wve8zcIsTW5kdctlO9pw= 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-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 h1:9ARo75fNaZDaGy6zzTrCnJWtkDMNigM7uMRRK8sUERM=
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc/go.mod h1:Yu6dFKh0IZ0evP9U5QiBlxBa5BhlBzGEn7EZ1kP/pkA= 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-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-pathmatch v0.0.0-20231001044920-1772a36eb6bd h1:6MIrZc2s6m4SaHnP2Aza6Cg4kMBiwpi+8mKdO9sjfhw= 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= sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd/go.mod h1:mw0k5AKQBwJ75SIP6sm9HWCSkEVxqn9UlHDH+MR8pjo=