github.com/reiver/go-utf8 -> sourcecode.social/reiver/go-utf8

master
Charles Iliya Krempeaux 2023-10-23 12:09:45 -07:00
parent fef92ac5cc
commit fcb820cf6f
4 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/reiver/go-netln
go 1.18 go 1.18
require ( require (
github.com/reiver/go-utf8 v2.0.1+incompatible // indirect
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect
sourcecode.social/reiver/go-utf8 v0.0.0-20230818133704-d38de8eb477f // indirect
) )

4
go.sum
View File

@ -1,4 +1,4 @@
github.com/reiver/go-utf8 v2.0.1+incompatible h1:f1rRbwTIcUaX+1wnLM1+FWelKegAxTURE9MkZCRVOPM=
github.com/reiver/go-utf8 v2.0.1+incompatible/go.mod h1:tfGntNDUeEZIAsz0mTu0lF7/IlErc+BpQgO6yxYmJig=
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 h1:wpnz4JicQBLWrgGphYBls7DysIFCcnWgDz/vce/sY8E= 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-erorr v0.0.0-20230922202459-231149d185a1/go.mod h1:NFtd7fzEf0r6A6R7JXYZfayRhPaJy0zt/18VWoLzrxA=
sourcecode.social/reiver/go-utf8 v0.0.0-20230818133704-d38de8eb477f h1:fVoIT3wG97EMKMDpR5KU4b5uwFKLl5e9AOV72o45M0k=
sourcecode.social/reiver/go-utf8 v0.0.0-20230818133704-d38de8eb477f/go.mod h1:xZZIkdX6xIkkzalD1YTiM1F3Os9xPaIY7z9s6EBDmCI=

View File

@ -1,7 +1,7 @@
package netln package netln
import ( import (
"github.com/reiver/go-utf8" "sourcecode.social/reiver/go-utf8"
"errors" "errors"
"fmt" "fmt"

View File

@ -1,7 +1,7 @@
package netln package netln
import ( import (
"github.com/reiver/go-utf8" "sourcecode.social/reiver/go-utf8"
"fmt" "fmt"
"io" "io"